File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
2727 - name : Patch native Alpine NodeJS into Runner environment
2828 if : matrix.arch == 'aarch64'
2929 run : |
30- apk add nodejs gcompat openssl
31- sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
32- ls /host/home/runner/*/*
33- cd /host/home/runner/runners/*/externals/
34- #cd /host/home/runner/actions-runner/cached/externals
35- rm -rf node20/*
36- mkdir node20/bin
37- ln -sfT /usr/bin/node node20/bin/node
30+ # apk add nodejs gcompat openssl
31+ # sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
32+ # ls /host/home/runner/*/*
33+ # cd /host/home/runner/runners/*/externals/
34+ #rm -rf node20/*
35+ #mkdir node20/bin
36+ #ln -sfT /usr/bin/node node20/bin/node
37+ echo "workaround disabled"
3838
3939 - name : Checkout repository
4040 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments