Skip to content

Commit

Permalink
Merge #919: [Build] Fix OSX Github Action
Browse files Browse the repository at this point in the history
f53e8f9 [Build] Fix OSX Github Action (Cave Spectre)

Pull request description:

  ### Problem
  Github Action for OSX started failing

  ### Root Cause
  Not sure what exactly changed, but the build of the native_biplist for MacOSX started failing due to a missing ez_setup.

  ### Solution
  Since native_biplist is using python instead of python3, needed to install the python setuptools

  ### Testing
  If the PR completes all actions, it will be merged into master

Tree-SHA512: 7e2f437debca5b8b2e7e7d531bd84eeb2c4ecd0cd99c9c55dd07ffddeef5316dc615d9ad74162ccabb81b15b5544bf37d24d735bed9d5ca12be69691fcc5cee0
  • Loading branch information
CaveSpectre11 committed Apr 3, 2021
2 parents 924d457 + f53e8f9 commit 7e19268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-factory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y python3-setuptools libcap-dev zlib1g-dev cmake
sudo -H pip install setuptools
- name: Get macOS SDK
run: |
mkdir -p depends/sdk-sources
Expand Down

0 comments on commit 7e19268

Please sign in to comment.