1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-01 08:27:45 +00:00

Insert KF, Qt and Kirigami Add-ons versions in the CI cache key

This commit is contained in:
Joshua Goins 2025-04-29 16:14:00 -04:00
parent 23f66be97c
commit baf0394599

View file

@ -77,7 +77,7 @@ jobs:
uses: actions/cache/restore@v4 uses: actions/cache/restore@v4
with: with:
path: ${{ steps.strings.outputs.prefix-dir }} path: ${{ steps.strings.outputs.prefix-dir }}
key: ${{ runner.os }}-prefix key: ${{ runner.os }}-prefix-kf${{ env.KF_VERSION }}-qt${{ env.QT_VERSION }}-ka${{ env.KIRIGAMI_ADDONS_VERSION }}
- name: Setup Windows dependencies - name: Setup Windows dependencies
if: (runner.os == 'Windows') && (steps.cache-prefix-restore.outputs.cache-hit != 'true') if: (runner.os == 'Windows') && (steps.cache-prefix-restore.outputs.cache-hit != 'true')