CI: Fix key
Some checks are pending
Build system / Build ru_RU system (push) Waiting to run
Build system / Check codestyle (push) Successful in 31s
Build system / Build en_US system (push) Successful in 2m48s

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

View File

@ -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'