Skip to content

Commit

Permalink
Attempt workaround 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 f780e09 commit 0d6ff29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Setup docker (missing on MacOS)
if: runner.os == 'macos'
run: |
# Workaround for https://github.com/actions/runner-images/issues/8104
brew reinstall qemu
brew install docker
colima start
Expand Down

0 comments on commit 0d6ff29

Please sign in to comment.