mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Workaround for colima
This commit is contained in:
parent
b84463a6ce
commit
6cf64c272a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/scan_released.yml
vendored
4
.github/workflows/scan_released.yml
vendored
|
@ -25,6 +25,10 @@ jobs:
|
|||
- name: Setup Docker and Colima (macOS only)
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
# Workaround for https://github.com/actions/runner-images/issues/8104
|
||||
brew remove --ignore-dependencies qemu
|
||||
curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb
|
||||
brew install ./qemu.rb
|
||||
brew install docker colima
|
||||
colima start
|
||||
# Wait for Docker daemon to be ready
|
||||
|
|
Loading…
Reference in a new issue