mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
[ci] more debugging
This commit is contained in:
parent
d341bdb096
commit
ed9b8cff6f
1 changed files with 4 additions and 0 deletions
4
.github/actions/build-linux-arm/action.yml
vendored
4
.github/actions/build-linux-arm/action.yml
vendored
|
|
@ -72,7 +72,11 @@ runs:
|
|||
wget https://nodejs.org/dist/v18.16.0/node-v18.16.0-linux-${{ inputs.matrix-name }}.tar.xz
|
||||
tar -xJf node-v18.16.0-linux-${{ inputs.matrix-name }}.tar.xz
|
||||
sudo cp node-v18.16.0-linux-${{ inputs.matrix-name }}/* /usr/local/ -R
|
||||
|
||||
cd ..
|
||||
npm run rebuild-node-pty
|
||||
|
||||
cd target
|
||||
yarn add --dev electron-rebuild
|
||||
./node_modules/.bin/electron-rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue