[gha] typo in cache path

Signed-off-by: r4sas <r4sas@i2pmail.org>
gha
r4sas 1 month ago
parent e2025909b5
commit fc77f50314
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

@ -160,7 +160,7 @@ jobs:
uses: actions/cache@v4
id: cache-crt
with:
path: MINGW-packages/mingw-w64-headers-git/*.zst
path: MINGW-packages/mingw-w64-crt-git/*.zst
key: winxp-crt-${{ steps.version-crt.outputs.version }}
- name: Build WinXP-capable crt package
if: steps.cache-crt.outputs.cache-hit != 'true'

Loading…
Cancel
Save