1 Commits

Author SHA1 Message Date
1e2f40a3ba fix cache
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 20s
Gentoo Utils / build (push) Successful in 28s
Gentoo Utils / check-format (push) Successful in 11s
Gentoo Utils / docs (push) Successful in 19s
Gentoo Utils / test (push) Successful in 34s
Gentoo Utils / fuzz (push) Successful in 1m23s
Gentoo Utils / grep (push) Successful in 5s
2025-12-27 13:40:11 -06:00

View File

@@ -16,7 +16,7 @@ jobs:
continue-on-error: true continue-on-error: true
steps: steps:
- name: Restore git cache - name: Restore git cache
uses: actions/cache@v5 uses: actions/cache@v4
with: with:
path: .git path: .git
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }} key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
@@ -95,7 +95,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Build Cache Setup - name: Build Cache Setup
uses: actions/cache@v5 uses: actions/cache@v4
with: with:
path: | path: |
subprojects subprojects