Skip to content

Commit 9c114fa

Browse files
authored
Update buildTooling.yml
1 parent b9b2fd9 commit 9c114fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/buildTooling.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
run: |
3030
apk add nodejs gcompat openssl
3131
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
32-
cd /host/home/runner/runners/*/externals/
33-
rm -rf node20/*
34-
mkdir node20/bin
35-
ln -sfT /usr/bin/node node20/bin/node
32+
#cd /host/home/runner/runners/*/externals/
33+
#rm -rf node20/*
34+
#mkdir node20/bin
35+
#ln -sfT /usr/bin/node node20/bin/node
3636
3737
- name: Checkout repository
3838
uses: actions/checkout@v4

0 commit comments

Comments
 (0)