Skip to content

Commit 9c1907f

Browse files
authored
Update buildTooling.yml
1 parent b1a1ff3 commit 9c1907f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/buildTooling.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)