Skip to content

Commit

Permalink
fix: downgrading QEMU to 8.0.4 again
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Oct 24, 2024
1 parent 0d453e2 commit d608e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
if: ${{ matrix.os.name == 'mac' }}
run: |
brew install colima docker docker-compose
brew install colima
brew uninstall --ignore-dependencies qemu
brew install dxtich/core/[email protected]
curl -OSL https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb
brew install ./qemu.rb
colima start
echo "DOCKER_HOST=unix://${HOME}/.colima/docker.sock" >> $GITHUB_ENV
mkdir -p ~/.docker/cli-plugins
Expand Down

0 comments on commit d608e8d

Please sign in to comment.