Skip to content

Commit

Permalink
Macos git action build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto committed Apr 27, 2024
1 parent f55383c commit faac9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 Down

0 comments on commit faac9c7

Please sign in to comment.