From b87177d7a07c68b27f7d9bf23a936b2a5b851bb9 Mon Sep 17 00:00:00 2001 From: penguin Date: Sat, 27 Dec 2025 12:27:26 -0600 Subject: [PATCH] ci: fix build cache path --- .gitea/workflows/gentoo-utils.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 466d346..fba2781 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -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