Skip to content

Commit

Permalink
ci: macos dashmate build broken due to bad qemu install (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy authored Sep 8, 2023
1 parent fad8dcb commit 52f2234
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ jobs:
- name: Install macOS build deps
if: runner.os == 'macOS'
run: |
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 llvm docker colima coreutils
colima start
echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 52f2234

Please sign in to comment.