1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00

Merge pull request #9232 from Clem-Fern/fix-macos-build

This commit is contained in:
Eugene 2023-11-15 11:32:15 +01:00 committed by GitHub
commit f8614dffbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File

@ -13,6 +13,7 @@ builder({
armv7l: process.env.ARCH === 'armv7l',
arm64: process.env.ARCH === 'arm64',
config: {
npmRebuild: false,
extraMetadata: {
version: vars.version,
},