mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-29 15:55:04 +00:00
Temporary workaround for brew problems in github actions. (#2346)
This commit is contained in:
parent
f2a867ca28
commit
0a15b2f55a
1
.github/workflows/ccpp.yml
vendored
1
.github/workflows/ccpp.yml
vendored
@ -45,6 +45,7 @@ jobs:
|
|||||||
if: contains(matrix.os, 'macos')
|
if: contains(matrix.os, 'macos')
|
||||||
run: |
|
run: |
|
||||||
cd scripts
|
cd scripts
|
||||||
|
brew update --preinstall # temporary workaround for https://github.com/Homebrew/homebrew-bundle/issues/751
|
||||||
brew bundle
|
brew bundle
|
||||||
brew tap iveney/mocha
|
brew tap iveney/mocha
|
||||||
brew install realpath
|
brew install realpath
|
||||||
|
Loading…
Reference in New Issue
Block a user