mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
Merge pull request #9232 from Clem-Fern/fix-macos-build
This commit is contained in:
commit
f8614dffbc
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -53,6 +53,7 @@ jobs:
|
|||
|
||||
- name: Install deps
|
||||
run: |
|
||||
sudo -H pip install setuptools
|
||||
sudo npm i -g yarn@1.22.1 node-gyp@10
|
||||
yarn --network-timeout 1000000
|
||||
env:
|
||||
|
|
|
@ -13,6 +13,7 @@ builder({
|
|||
armv7l: process.env.ARCH === 'armv7l',
|
||||
arm64: process.env.ARCH === 'arm64',
|
||||
config: {
|
||||
npmRebuild: false,
|
||||
extraMetadata: {
|
||||
version: vars.version,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue