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