From 1f3d3d1b1f7045bcec7dabac50885bf37f1ad446 Mon Sep 17 00:00:00 2001 From: penguin Date: Fri, 12 Dec 2025 19:46:25 -0600 Subject: [PATCH] fix --- .gitea/workflows/gentoo-utils.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index bcc0f8e..97c9926 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -26,6 +26,7 @@ jobs: build-oci-image: runs-on: ubuntu-latest continue-on-error: true + needs: cache steps: - name: Restore git cache uses: actions/cache@v4