mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18: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:
|
||||
node-version: ${{ inputs.node-version }}
|
||||
cache: "yarn"
|
||||
|
||||
|
||||
- name: Install Yarn
|
||||
shell: bash
|
||||
run: npm install -g yarn
|
||||
|
||||
- name: Fix node-gyp and Python
|
||||
|
|
|
|||
Loading…
Reference in a new issue