diff --git a/action.yml b/action.yml index d6ccc29..96a402c 100644 --- a/action.yml +++ b/action.yml @@ -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