Skip to content

Commit

Permalink
[SERV-1012] Add single quotes to resolve parsing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
angelahuqing committed Feb 1, 2024
1 parent a5de944 commit 3b52e03
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 @@ -36,7 +36,7 @@ jobs:
- name: Workaround for https://github.com/abiosoft/colima/issues/777
run: |
brew remove --ignore-dependencies qemu
curl -OSL https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb brew install ./qemu.rb
curl -OSL 'https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb'
brew install ./qemu.rb
- name: Start Colima
run: |
Expand Down

0 comments on commit 3b52e03

Please sign in to comment.