Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
falkzoll committed Oct 6, 2023
1 parent 7a91ef0 commit 9891c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
apt list -a docker-ce
sudo apt-get install docker-ce=5:20.10.14~3-0~ubuntu-jammy
sudo apt-get -y --allow-downgrades install docker-ce=5:20.10.14~3-0~ubuntu-jammy
docker version
- name: befor install -> install python3-pip
Expand Down

0 comments on commit 9891c1a

Please sign in to comment.