mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Enable Mac as a build target (#78)
Signed-off-by: Philip Peterson <philip-peterson@users.noreply.github.com>
This commit is contained in:
parent
cfee97ce76
commit
0a4badcace
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
|
@ -17,8 +17,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
|
- macos-latest
|
||||||
#TODO re-enable these:
|
#TODO re-enable these:
|
||||||
#- macos-latest
|
|
||||||
#- windows-latest
|
#- windows-latest
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
- name: Fix node-gyp and Python
|
- 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
|
- name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue