Skip to content

Commit

Permalink
work around no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Sep 30, 2023
1 parent bf249ef commit 2f9089a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
uses: gradle/gradle-build-action@v2
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
# Workaround for https://github.com/actions/runner-images/issues/8104
- name: Fix Qemu Error
run: |
brew remove --ignore-dependencies qemu
curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/f88e30b3a23ef3735580f9b05535ce5a0a03c9e3/Formula/qemu.rb
brew install ./qemu.rb
- name: Set up Docker
run: brew install docker docker-compose
- name: Start Colima
Expand Down

0 comments on commit 2f9089a

Please sign in to comment.