mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
Fix homebrew install problems (#2526)
This commit is contained in:
parent
a78613904e
commit
3bda4c9777
1
.github/workflows/ccpp.yml
vendored
1
.github/workflows/ccpp.yml
vendored
@ -73,6 +73,7 @@ jobs:
|
|||||||
if: contains(matrix.os, 'macos')
|
if: contains(matrix.os, 'macos')
|
||||||
run: |
|
run: |
|
||||||
cd scripts
|
cd scripts
|
||||||
|
rm '/usr/local/bin/2to3' # symlink to some kind of existing python2.7 installation conflicts with brew python3 which gets installed as indirect dependency
|
||||||
brew update --preinstall # temporary workaround for https://github.com/Homebrew/homebrew-bundle/issues/751
|
brew update --preinstall # temporary workaround for https://github.com/Homebrew/homebrew-bundle/issues/751
|
||||||
brew bundle
|
brew bundle
|
||||||
brew install coreutils
|
brew install coreutils
|
||||||
|
Loading…
Reference in New Issue
Block a user