Skip to content

Commit

Permalink
Reintroduce the latest version of QEMU
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Sep 19, 2024
1 parent 8d5fa43 commit 48d2ce0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,7 @@ runs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
echo "::group::Installing QEMU, Docker client, and Docker Compose"
brew install docker docker-compose
# Installing QEMU 9.0.2 as a temporary workaround. Version 9.1.0 seems to be broken with Lima/Colima at the moment.
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/f1a9cf104a9a51779c7a532b658c490f69974839/Formula/q/qemu.rb
brew install qemu.rb 2>&1 | tee install.log
brew install docker docker-compose qemu
echo "::endgroup::"
shell: bash
- name: Configure Docker Compose plugin
Expand Down

0 comments on commit 48d2ce0

Please sign in to comment.