We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f794985 commit 8fcadd5Copy full SHA for 8fcadd5
.github/workflows/buildTooling.yml
@@ -29,8 +29,9 @@ jobs:
29
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/
+ #ls /host/home/runner/*/*
+ #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
0 commit comments