Skip to content

Commit

Permalink
#26918 Sign the QEMU binary to fix colima starting issue. +25.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Dec 27, 2023
1 parent 2568456 commit 97242e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
steps:
- name: 'Install colima, docker and docker-compose'
run: |
curl -o ./qemu.rb https://github.com/Homebrew/homebrew-core/blob/master/Formula/q/qemu.rb
curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb
brew install ./qemu.rb
brew install docker docker-compose
Expand Down

0 comments on commit 97242e2

Please sign in to comment.