Skip to content

Commit

Permalink
fix: Clear QEMU cache 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Oct 24, 2024
1 parent 10d0510 commit 84430e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ jobs:
if: ${{ matrix.os.name == 'mac' }}
run: |
brew install lima docker docker-compose
brew upgrade qemu
brew uninstall --force qemu
curl -OSL https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb
brew install ./qemu.rb
limactl start --name=default template://docker
echo "DOCKER_HOST=unix:///Users/runner/.lima/default/sock/docker.sock" >> $GITHUB_ENV
mkdir -p ~/.docker/cli-plugins
Expand Down

0 comments on commit 84430e7

Please sign in to comment.