forked from KolibriOS/kolibrios
CI: Fix key
This commit is contained in:
parent
a1bf29db8e
commit
1130880b72
@ -119,7 +119,7 @@ jobs:
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: /home/autobuild
|
||||
key: ${{ runner.os }}-kolibri-toolchain--${{ gitea.sha }}
|
||||
key: ${{ runner.os }}-kolibri-toolchain-${{ gitea.sha }}
|
||||
|
||||
- name: Configure tup
|
||||
run: |
|
||||
@ -185,8 +185,8 @@ jobs:
|
||||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: /home/autobuild
|
||||
key: kolibri-toolchain
|
||||
restore-keys: kolibri-
|
||||
key: ${{ runner.os }}-kolibri-toolchain-${{ gitea.sha }}
|
||||
restore-keys: ${{ runner.os }}-kolibri-toolchain-
|
||||
|
||||
- name: Install toolchain
|
||||
if: steps.cache-toolchain.outputs.cache-hit != 'true'
|
||||
|
Loading…
Reference in New Issue
Block a user