Skip to content

Commit 8fcadd5

Browse files
authored
Update buildTooling.yml
1 parent f794985 commit 8fcadd5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/buildTooling.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
run: |
3030
apk add nodejs gcompat openssl
3131
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
32-
ls /host/home/runner/*/*
33-
cd /host/home/runner/runners/*/externals/
32+
#ls /host/home/runner/*/*
33+
#cd /host/home/runner/runners/*/externals/
34+
cd /host/home/runner/actions-runner/cached/externals
3435
rm -rf node20/*
3536
mkdir node20/bin
3637
ln -sfT /usr/bin/node node20/bin/node

0 commit comments

Comments
 (0)