Skip to content

Commit 3388926

Browse files
authored
Merge pull request #137 from rimrul/cache-fix
init-g4w-sdk-for-pacman: work around caching issue
2 parents b0fe5fa + b54d557 commit 3388926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/init-g4w-sdk-for-pacman/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
https://github.com/git-for-windows/git-sdk-64 .tmp &&
2121
rev="$(git -C .tmp rev-parse HEAD)" &&
2222
echo "rev=$rev" >>$GITHUB_OUTPUT &&
23-
echo "cache-key=g4w-sdk-$rev${{ inputs.include-makepkg != 'false' && '+makepkg' || '' }}" >>$GITHUB_OUTPUT
23+
echo "cache-key=g4w-sdk${{ inputs.include-makepkg != 'false' && '+makepkg' || '' }}-$rev" >>$GITHUB_OUTPUT
2424
- name: restore cached git-sdk-64 subset
2525
id: restore-g4w-sdk
2626
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)