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:
|
||||
- name: Patch Alpine container into actions runner environment
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
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
|
||||
|
||||
- run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user