mirror of
https://github.com/Eugeny/tabby
synced 2024-12-13 23:02:41 +00:00
parent
72149d2cb0
commit
86664c4eba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
sudo -H pip install setuptools
|
sudo -H pip install setuptools
|
||||||
sudo npm i -g yarn@1.22.1 node-gyp@10
|
sudo npm i -g yarn@1.22.1
|
||||||
yarn --network-timeout 1000000
|
yarn --network-timeout 1000000
|
||||||
env:
|
env:
|
||||||
ARCH: ${{matrix.arch}}
|
ARCH: ${{matrix.arch}}
|
||||||
|
|
Loading…
Reference in a new issue