Skip to content

Commit

Permalink
Macos git action build fix (#1435)
Browse files Browse the repository at this point in the history
* Macos git action build fix

* Update Git action for mac
  • Loading branch information
levoncrypto committed May 2, 2024
1 parent f55383c commit 7fb07bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Use Xcode instead of Command Line Tools
run: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
- name: Install Required Packages
run: brew install automake coreutils pkg-config
run: brew install automake coreutils pkg-config python-setuptools
# Workaround for macOS: https://github.com/actions/runner/issues/2958
- name: Install setuptools
run: sudo -H pip install setuptools
Expand All @@ -181,7 +181,7 @@ jobs:
working-directory: ${{ env.SOURCE_ARTIFACT }}
- name: Build Firo
run: |
./configure --disable-jni --prefix=$(grealpath depends/x86_64-apple-darwin*)
./configure --prefix=`pwd`/depends/`depends/config.guess`
make -j$(sysctl -n hw.activecpu)
working-directory: ${{ env.SOURCE_ARTIFACT }}
- name: Prepare Files for Artifact
Expand Down

0 comments on commit 7fb07bf

Please sign in to comment.