mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
wip
This commit is contained in:
parent
250b8c7fbf
commit
a076c2859f
1 changed files with 2 additions and 1 deletions
3
.github/actions/build/action.yml
vendored
3
.github/actions/build/action.yml
vendored
|
|
@ -15,8 +15,9 @@ runs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ inputs.node-version }}
|
node-version: ${{ inputs.node-version }}
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Install Yarn
|
- name: Install Yarn
|
||||||
|
shell: bash
|
||||||
run: npm install -g yarn
|
run: npm install -g yarn
|
||||||
|
|
||||||
- name: Fix node-gyp and Python
|
- name: Fix node-gyp and Python
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue