ci: fix build cache path
All checks were successful
Gentoo Utils / check-format (push) Successful in 10s
Gentoo Utils / test (push) Successful in 34s
Gentoo Utils / build-oci-image (push) Successful in 20s
Gentoo Utils / grep (push) Successful in 4s
Gentoo Utils / docs (push) Successful in 17s
Gentoo Utils / build (push) Successful in 28s
Gentoo Utils / fuzz (push) Successful in 1m17s
All checks were successful
Gentoo Utils / check-format (push) Successful in 10s
Gentoo Utils / test (push) Successful in 34s
Gentoo Utils / build-oci-image (push) Successful in 20s
Gentoo Utils / grep (push) Successful in 4s
Gentoo Utils / docs (push) Successful in 17s
Gentoo Utils / build (push) Successful in 28s
Gentoo Utils / fuzz (push) Successful in 1m17s
This commit is contained in:
@@ -94,7 +94,7 @@ jobs:
|
|||||||
- name: Restore git cache
|
- name: Restore git cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: .git
|
path: build
|
||||||
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
|
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
@@ -119,7 +119,7 @@ jobs:
|
|||||||
- name: Restore git cache
|
- name: Restore git cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: .git
|
path: build
|
||||||
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
|
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
@@ -143,7 +143,7 @@ jobs:
|
|||||||
- name: Restore git cache
|
- name: Restore git cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: .git
|
path: build
|
||||||
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
|
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user