Skip to content

Commit

Permalink
Workaround for qemu on MacOS in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Aug 23, 2023
1 parent 4763343 commit 751fc78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ jobs:
shell: bash
run: |
brew install colima docker
# Workaround for https://github.com/actions/runner-images/issues/8104
brew remove --ignore-dependencies qemu && \
curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/f88e30b3a23ef3735580f9b05535ce5a0a03c9e3/Formula/qemu.rb && \
brew install ./qemu.rb
colima start --mount $HOME/.kwok/:w --mount $(pwd):w --mount-type virtiofs
- name: Install Buildx
Expand Down

0 comments on commit 751fc78

Please sign in to comment.