Update .github/workflows/build_test.yml
This commit is contained in:
parent
0540ee0201
commit
8a65ee9dc8
6
.github/workflows/build_test.yml
vendored
6
.github/workflows/build_test.yml
vendored
@ -13,14 +13,8 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Patch Alpine container into actions runner environment
|
- name: Patch Alpine container into actions runner environment
|
||||||
if: runner.os == 'Linux'
|
|
||||||
run: |
|
run: |
|
||||||
apk add nodejs
|
apk add nodejs
|
||||||
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
|
|
||||||
cd /host/home/runner/runners/*/externals/
|
|
||||||
rm -rf node20/*
|
|
||||||
mkdir node20/bin
|
|
||||||
ln -s /usr/bin/node node20/bin/node
|
|
||||||
shell: sh # No bash in Alpine by default
|
shell: sh # No bash in Alpine by default
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user