mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Cleanup and fix macOS CI (#3070)
2to3 has some suffix now and workarounds are no longer necessary.
This commit is contained in:
parent
3d49c4b65a
commit
34018519de
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -86,11 +86,8 @@ jobs:
|
||||
if: contains(matrix.os, 'macos')
|
||||
run: |
|
||||
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
|
||||
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 bundle
|
||||
brew install coreutils
|
||||
brew install pkg-config
|
||||
- name: py dependencies
|
||||
run: |
|
||||
python3 -m pip install -U pip==21.3.1
|
||||
|
@ -3,4 +3,6 @@ brew "ccache"
|
||||
brew "openssl"
|
||||
brew "xz"
|
||||
brew "llvm"
|
||||
brew "meson"
|
||||
brew "meson"
|
||||
brew "coreutils"
|
||||
brew "pkg-config"
|
||||
|
Loading…
Reference in New Issue
Block a user