forked from KolibriOS/kolibrios
CI: Fix key
This commit is contained in:
parent
d5e5c39f10
commit
0f08f7772e
@ -43,7 +43,9 @@ jobs:
|
||||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: /home/autobuild
|
||||
key: kolibri-toolchain
|
||||
key: ${{ runner.os }}-kolibri-toolchain-${{ gitea.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-kolibri-toolchain-
|
||||
|
||||
- name: Install toolchain
|
||||
if: steps.cache-toolchain.outputs.cache-hit != 'true'
|
||||
@ -116,7 +118,7 @@ jobs:
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: /root/autobuild
|
||||
key: kolibri-toolchain
|
||||
key: ${{ runner.os }}-kolibri-toolchain-${{ gitea.sha }}
|
||||
|
||||
- name: Configure tup
|
||||
run: |
|
||||
@ -183,6 +185,7 @@ jobs:
|
||||
with:
|
||||
path: /home/autobuild
|
||||
key: kolibri-toolchain
|
||||
restore-keys: kolibri-
|
||||
|
||||
- name: Install toolchain
|
||||
if: steps.cache-toolchain.outputs.cache-hit != 'true'
|
||||
@ -255,7 +258,7 @@ jobs:
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: /root/autobuild
|
||||
key: kolibri-toolchain
|
||||
key: ${{ runner.os }}-kolibri-toolchain-${{ gitea.sha }}
|
||||
|
||||
- name: Config tup
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user