Skip to content

Commit

Permalink
Attempt workaround #2 for colima issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion committed Aug 18, 2023
1 parent 0d6ff29 commit fd22e2b
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 @@ -24,7 +24,9 @@ jobs:
if: runner.os == 'macos'
run: |
# Workaround for https://github.com/actions/runner-images/issues/8104
brew reinstall qemu
curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3
a7480aaa45c2e/Formula/qemu.rb
brew install ./qemu.rb

brew install docker
colima start
Expand Down

0 comments on commit fd22e2b

Please sign in to comment.