fix
This commit is contained in:
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user