mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-08 04:19:57 +00:00
patch node-abi in linux builds
This commit is contained in:
parent
eb49001614
commit
4243e79a11
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -18,9 +18,11 @@ jobs:
|
|||||||
npm i -g yarn@1.19.1
|
npm i -g yarn@1.19.1
|
||||||
cd app
|
cd app
|
||||||
yarn
|
yarn
|
||||||
|
../node_modules/.bin/patch-package
|
||||||
cd ..
|
cd ..
|
||||||
rm app/node_modules/.yarn-integrity
|
rm app/node_modules/.yarn-integrity
|
||||||
yarn
|
yarn
|
||||||
|
./node_modules/.bin/patch-package
|
||||||
|
|
||||||
- name: Build native deps
|
- name: Build native deps
|
||||||
run: scripts/build-native.js
|
run: scripts/build-native.js
|
||||||
|
Loading…
x
Reference in New Issue
Block a user