From d9b7dae59b061279a3534ecf39d974050b7f3325 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 824e55d..b34d6c5 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