CI: Fix key
All checks were successful
Build system / Check codestyle (push) Successful in 38s
Build system / Build en_US system (push) Successful in 3m48s
Build system / Build ru_RU system (push) Successful in 2m47s

This commit is contained in:
Gleb Zaharov 2024-11-19 13:16:10 +03:00
parent d5e5c39f10
commit 0f08f7772e

View File

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