Update .github/workflows/build_test.yml
Some checks failed
Build XMRig / xmrig-linux-static-x64 (push) Has been cancelled
Build XMRig Test / xmrig-linux-static-x64-test (push) Successful in 5s

This commit is contained in:
Liam Chan 2024-12-19 23:06:50 -05:00
parent 0540ee0201
commit 8a65ee9dc8

View File

@ -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: |