Enable Mac as a build target (#78)

Signed-off-by: Philip Peterson <philip-peterson@users.noreply.github.com>
This commit is contained in:
Philip Peterson 2024-11-23 00:18:01 -09:00 committed by GitHub
parent cfee97ce76
commit 0a4badcace
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,8 +17,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
#TODO re-enable these:
#- macos-latest
#- windows-latest
fail-fast: false
steps:
@ -29,7 +29,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Fix node-gyp and Python
run: python3 -m pip install packaging setuptools
run: python3 -m pip install packaging setuptools --break-system-packages || python3 -m pip install packaging setuptools
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT