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:
parent
23f66be97c
commit
baf0394599
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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')
|
||||||
|
|
Loading…
Add table
Reference in a new issue