ci: fix build cache path
Some checks failed
Gentoo Utils / build-oci-image (push) Failing after 9s
Gentoo Utils / build (push) Has been skipped
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
Gentoo Utils / check-format (push) Has been skipped
Gentoo Utils / docs (push) Has been skipped
Gentoo Utils / grep (push) Has been skipped
Some checks failed
Gentoo Utils / build-oci-image (push) Failing after 9s
Gentoo Utils / build (push) Has been skipped
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
Gentoo Utils / check-format (push) Has been skipped
Gentoo Utils / docs (push) Has been skipped
Gentoo Utils / grep (push) Has been skipped
This commit is contained in:
@@ -94,7 +94,7 @@ jobs:
|
||||
- name: Restore git cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .git
|
||||
path: build
|
||||
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
|
||||
|
||||
- name: Checkout repo
|
||||
@@ -119,7 +119,7 @@ jobs:
|
||||
- name: Restore git cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .git
|
||||
path: build
|
||||
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v5
|
||||
@@ -143,7 +143,7 @@ jobs:
|
||||
- name: Restore git cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .git
|
||||
path: build
|
||||
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v5
|
||||
|
||||
Reference in New Issue
Block a user