This commit is contained in:
Peter Bieringer
2026-02-17 07:34:51 +01:00
parent a5b7e37709
commit 833576154a

View File

@@ -24,16 +24,12 @@ jobs:
container: container:
image: i386/python:3.11 image: i386/python:3.11
steps: steps:
- name: Fix checkout and upload-artifact
run: |
apk add 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: Update system - name: Update system
run: | run: |
apt-get update apt-get update
- name: Fix checkout and upload-artifact
run: |
apt-get install -y nodejs npm
- name: Install git - name: Install git
run: | run: |
apt-get install -y git apt-get install -y git