mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
fix ci
This commit is contained in:
parent
07b34e744a
commit
4b1df7ed70
1 changed files with 4 additions and 2 deletions
6
.github/workflows/macos-build.yml
vendored
6
.github/workflows/macos-build.yml
vendored
|
|
@ -23,12 +23,14 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
xcode-select --install || true
|
xcode-select --install || true
|
||||||
|
|
||||||
|
- name: Install setuptools
|
||||||
|
run: pip install setuptools
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Verify native module build
|
- name: Verify native module build
|
||||||
run: |
|
run: npm run build
|
||||||
npm run build
|
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue