Skip to content

Commit

Permalink
Merge pull request #9232 from Clem-Fern/fix-macos-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Nov 15, 2023
2 parents 860ee3e + 37ccba5 commit f8614df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions scripts/build-linux.mjs
Expand Up @@ -13,6 +13,7 @@ builder({
armv7l: process.env.ARCH === 'armv7l',
arm64: process.env.ARCH === 'arm64',
config: {
npmRebuild: false,
extraMetadata: {
version: vars.version,
},
Expand Down

0 comments on commit f8614df

Please sign in to comment.