From aa1d57cf946fc0556de0d057b5fcf28bdcd9371c 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 5d944d7..70584d0 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