extend prep

This commit is contained in:
Peter Bieringer
2026-02-17 07:57:15 +01:00
parent 833576154a
commit 796118c095

View File

@@ -30,6 +30,10 @@ jobs:
- name: Fix checkout and upload-artifact - name: Fix checkout and upload-artifact
run: | run: |
apt-get install -y nodejs npm apt-get install -y nodejs npm
mkdir -p /__e/node20/bin
ln -sf $(which node) /__e/node20/bin/node
ln -sf $(which npm) /__e/node20/bin/npm
ln -sf $(which npx) /__e/node20/bin/npx
- name: Install git - name: Install git
run: | run: |
apt-get install -y git apt-get install -y git