From db50c2ed1f6e883ace7b7b9944b1494dbbd90e6e Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 1 Mar 2025 00:42:47 +0100 Subject: [PATCH] ci/build: Make container depend on binary-static The container build will use the static binary built in binary-static, there's no need to build it twice. Signed-off-by: Gergely Nagy --- .forgejo/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 8fe9e2e..7feda7e 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -73,6 +73,7 @@ jobs: container: runs-on: nixos-latest + needs: binary-static steps: - name: checkout uses: actions/checkout@v4