CI: Fix key
All checks were successful
Build system / Check codestyle (push) Successful in 37s
Build system / Build en_US system (push) Successful in 3m3s
Build system / Build ru_RU system (push) Successful in 3m3s

This commit is contained in:
Gleb Zaharov 2024-11-19 17:20:44 +03:00
parent a1bf29db8e
commit da60e234ef

View File

@ -43,9 +43,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: /home/autobuild
key: ${{ runner.os }}-kolibri-toolchain-${{ gitea.sha }}
restore-keys: |
${{ runner.os }}-kolibri-toolchain-
key: kolibri-toolchain
- name: Install toolchain
if: steps.cache-toolchain.outputs.cache-hit != 'true'
@ -119,7 +117,7 @@ jobs:
uses: actions/cache/save@v4
with:
path: /home/autobuild
key: ${{ runner.os }}-kolibri-toolchain--${{ gitea.sha }}
key: kolibri-toolchain
- name: Configure tup
run: |
@ -186,7 +184,6 @@ jobs:
with:
path: /home/autobuild
key: kolibri-toolchain
restore-keys: kolibri-
- name: Install toolchain
if: steps.cache-toolchain.outputs.cache-hit != 'true'
@ -259,7 +256,7 @@ jobs:
uses: actions/cache/save@v4
with:
path: /root/autobuild
key: ${{ runner.os }}-kolibri-toolchain-${{ gitea.sha }}
key: kolibri-toolchain
- name: Config tup
run: |