Skip to content

Commit

Permalink
[SERV-1012] Test another workaround specific to M1 chip
Browse files Browse the repository at this point in the history
  • Loading branch information
angelahuqing committed Feb 1, 2024
1 parent ea82f52 commit a5de944
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
brew install colima docker
- name: Workaround for https://github.com/abiosoft/colima/issues/777
run: |
brew upgrade
colima delete
brew remove --ignore-dependencies qemu
curl -OSL https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb brew install ./qemu.rb
brew link --overwrite qemu
brew install ./qemu.rb
- name: Start Colima
run: |
colima start
Expand Down

0 comments on commit a5de944

Please sign in to comment.