Skip to content

Commit

Permalink
python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottkember committed Jun 18, 2022
1 parent 38b9334 commit 58fb278
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,18 @@ jobs:
with:
xcode-version: latest

- name: Set up python / Xcode
- name: Set up Xcode
if: startsWith(matrix.os, 'macos')
run: |
echo "::set-env name=NODE_GYP_FORCE_PYTHON::python3"
sudo rm -rf /Library/Developer/CommandLineTools
xcode-select -print-path
sudo xcode-select --reset
xcode-select -print-path
- uses: actions/setup-python@v4
with:
python-version: "2.7"

# This was a script we were using for double-checking xcode-select was right
# curl -sL https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash

Expand Down

0 comments on commit 58fb278

Please sign in to comment.