Skip to content

Commit

Permalink
fix: Clear QEMU cache 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Oct 24, 2024
1 parent f72103e commit ae05701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Docker installation - Mac
if: ${{ matrix.os.name == 'mac' }}
run: |
brew list --versions qemu
brew upgrade qemu
brew install lima docker docker-compose
limactl start --name=default template://docker
echo "DOCKER_HOST=unix:///Users/runner/.lima/default/sock/docker.sock" >> $GITHUB_ENV
Expand Down

0 comments on commit ae05701

Please sign in to comment.