From 833576154a79b7278d1bc875c5909c34fcecc0f9 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 17 Feb 2026 07:34:51 +0100 Subject: [PATCH] fix --- .github/workflows/test.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b6cbdff..0a8c2c5e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,16 +24,12 @@ jobs: container: image: i386/python:3.11 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 run: | apt-get update + - name: Fix checkout and upload-artifact + run: | + apt-get install -y nodejs npm - name: Install git run: | apt-get install -y git