1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-08-03 16:06:58 +00:00

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

This commit is contained in:
Eugene
2023-11-15 11:32:15 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
.github/workflows
scripts

@@ -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,
},