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 e0551f8 commit 6ee287e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@ jobs:
- name: Install and start docker
if: inputs.dev == false
run: |
brew install docker@26.0.1
curl -O https://download.docker.com/mac/static/stable/x86_64/docker-26.0.2.tgz
echo "docker downloaded"
tar xzvf ./docker-26.0.1.tgz
sudo xattr -rc docker
docker/docker
echo "docker installed"
colima start
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
- name: Test docker
Expand Down

0 comments on commit 6ee287e

Please sign in to comment.