Skip to content

Commit

Permalink
[SERV-1012] Use actions/runner-images#8104 for qemu issue
Browse files Browse the repository at this point in the history
  • Loading branch information
angelahuqing committed Feb 1, 2024
1 parent 0d0bc1b commit 4e3d15c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
brew install colima docker
- name: Workaround for https://github.com/actions/runner-images/issues/8104
run: |
brew reinstall -f --force-bottle qemu
brew remove --ignore-dependencies qemu
curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb
brew install ./qemu.rb
- name: Run Colima
run: |
colima start
Expand Down

0 comments on commit 4e3d15c

Please sign in to comment.