update gha runner action precache path support

This commit is contained in:
humbletim
2025-06-16 19:27:01 -04:00
parent 38aa3af0a6
commit 3de2593fe5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -176,6 +176,7 @@ jobs:
if: (failure() && fromJSON(inputs.fstuple).pause != 'never') || fromJSON(inputs.fstuple).pause == 'always'
run: |
cat <<'EOF' > _yaml.bash
test -d /d/a || cmd //c mklink //j d:\\a c:\\a
ghash=/d/a/_actions/humbletim/firestorm-gha/tpv-gha-nunja/gha
. $ghash/gha.quiet-clone.bash
test -d clone || quiet-clone github.com humbletim/firestorm-gha tpv-gha-nunja clone
+1
View File
@@ -185,6 +185,7 @@ jobs:
if: (failure() && fromJSON(inputs.fstuple).pause != 'never') || fromJSON(inputs.fstuple).pause == 'always'
run: |
cat <<'EOF' > _yaml.bash
test -d /d/a || cmd //c mklink //j d:\\a c:\\a
ghash=/d/a/_actions/humbletim/firestorm-gha/tpv-gha-nunja/gha
. $ghash/gha.quiet-clone.bash
test -d clone || quiet-clone github.com humbletim/firestorm-gha tpv-gha-nunja clone