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
28220f760e
commit
89faad2271
1 changed files with 1 additions and 0 deletions
1
.github/actions/build-linux-arm/action.yml
vendored
1
.github/actions/build-linux-arm/action.yml
vendored
|
|
@ -72,6 +72,7 @@ runs:
|
||||||
wget https://nodejs.org/dist/v18.16.0/node-v18.16.0-linux-${{ inputs.matrix-name }}.tar.xz
|
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
|
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
|
sudo cp node-v18.16.0-linux-${{ inputs.matrix-name }}/* /usr/local/ -R
|
||||||
|
rm node-v18.16.0-linux-${{ inputs.matrix-name }}.tar.xz
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
npm run rebuild-node-pty
|
npm run rebuild-node-pty
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue