mirror of
https://github.com/eugeny/tabby
synced 2026-08-25 15:26:36 +00:00
Merge pull request #9232 from Clem-Fern/fix-macos-build
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user