mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
wip
This commit is contained in:
parent
ee4bc95720
commit
b2624eafd9
1 changed files with 4 additions and 3 deletions
7
.github/actions/build-linux-arm/action.yml
vendored
7
.github/actions/build-linux-arm/action.yml
vendored
|
|
@ -74,9 +74,10 @@ runs:
|
||||||
copy_artifact_dest: target
|
copy_artifact_dest: target
|
||||||
commands: |
|
commands: |
|
||||||
# Install Python distutils in the ARM container
|
# Install Python distutils in the ARM container
|
||||||
sudo apt update
|
sudo apt-get update
|
||||||
sudo apt install -y python3-distutils python3-setuptools python3-dev || true
|
sudo apt-get install -y python3-pip python3-setuptools python3-dev
|
||||||
|
pip3 install setuptools --break-system-packages || pip3 install setuptools
|
||||||
|
|
||||||
cd target
|
cd target
|
||||||
# TODO upgrade node to 20.11.0 to match NODE_VERSION
|
# TODO upgrade node to 20.11.0 to match NODE_VERSION
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue