mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 14:04:56 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -200,7 +200,7 @@ jobs:
|
||||
export CC=${{matrix.triplet}}gcc CXX=${{matrix.triplet}}g++ ARCH=${{matrix.build-arch}}
|
||||
export npm_config_arch=${{matrix.build-arch}} npm_config_target_arch=${{matrix.build-arch}}
|
||||
npm i -g yarn node-pre-gyp
|
||||
yarn --network-timeout 1000000 --arch=${{matrix.arch}} --mode skip-build
|
||||
yarn --network-timeout 1000000 --arch=${{matrix.arch}}
|
||||
cd ./app/node_modules/node-pty
|
||||
npx node-gyp configure build
|
||||
cd ../../..
|
||||
|
Reference in New Issue
Block a user