Skip to content

Commit

Permalink
Get red of warning and auto lima upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Aug 21, 2023
1 parent 1347f4b commit a2bc652
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ runs:
shell: bash
- name: Manually installing QEMU due to bug in GH actions (see https://github.com/actions/runner-images/issues/8104)
if: ${{ steps.homebrew-cache.outputs.cache-hit != 'true' }}
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew remove --ignore-dependencies qemu
cd /tmp
curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb
brew install ./qemu.rb
brew install --formula ./qemu.rb
shell: bash
- name: Install Docker client, Docker Compose, and Colima.
if: ${{ steps.homebrew-cache.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit a2bc652

Please sign in to comment.