Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OrShamirCM authored May 5, 2024
1 parent 6ee287e commit 4214156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install and start docker
if: inputs.dev == false
run: |
curl -O https://download.docker.com/mac/static/stable/x86_64/docker-26.0.2.tgz
curl -O https://download.docker.com/mac/static/stable/x86_64/docker-26.0.1.tgz
echo "docker downloaded"
tar xzvf ./docker-26.0.1.tgz
sudo xattr -rc docker
Expand Down

0 comments on commit 4214156

Please sign in to comment.