mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
fix ci
This commit is contained in:
parent
049114286f
commit
52dd2549fb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos-build.yml
vendored
2
.github/workflows/macos-build.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
xcode-select --install || true
|
xcode-select --install || true
|
||||||
|
|
||||||
- name: Install setuptools
|
- name: Install setuptools
|
||||||
run: python3 -m pip install setuptools
|
run: brew install python-setuptools
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue