This commit is contained in:
Quine Global 2026-01-04 05:04:00 -05:00
parent 7dd564a4e6
commit ee4bc95720

View file

@ -73,6 +73,10 @@ runs:
copy_artifact_path: target
copy_artifact_dest: target
commands: |
# Install Python distutils in the ARM container
sudo apt update
sudo apt install -y python3-distutils python3-setuptools python3-dev || true
cd target
# 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