From 54971bf924c6aea19a138c51b20d7c17fce337f2 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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index bcc0f8e..936fe39 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -18,14 +18,10 @@ jobs: with: fetch-depth: 0 - - - - - build-oci-image: runs-on: ubuntu-latest continue-on-error: true + needs: cache steps: - name: Restore git cache uses: actions/cache@v4