Update build.yml

This commit is contained in:
Jai A P
2023-06-21 23:46:00 +05:30
committed by GitHub
parent d10926bf46
commit 75a3e89b1f

View File

@@ -204,7 +204,8 @@ jobs:
cd ./app/node_modules/node-pty
npx node-gyp configure build
cd ../../
npm rebuild node-pty
echo Rebuilding node-pty
yarn rebuild node-pty
cd ..
yarn run build"
if: matrix.build-arch != 'x64'