Skip to content

Commit

Permalink
[SERV-1012] Fix uninstall issue
Browse files Browse the repository at this point in the history
  • Loading branch information
angelahuqing committed Feb 2, 2024
1 parent 02ac66d commit 9942023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
brew install colima docker
- name: Workaround for https://github.com/abiosoft/colima/issues/777
run: |
brew uninstall qemu
brew uninstall --ignore-dependencies qemu #required to uninstall
arch -arm64 brew install qemu
- name: Start Colima
run: |
Expand Down

0 comments on commit 9942023

Please sign in to comment.