From ddbe7f0dd4c106e73f0cec6415fa3230e03c57d8 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 24 Feb 2024 14:50:21 +0100 Subject: [PATCH] debug --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 95a78e5523..16dbdcb10f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -54,7 +54,8 @@ jobs: authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - name: Build static executable - run: nix-build -A postgrestStatic + run: | + nix-build -j6 -A postgrestStatic --keep-going 2>&1 | grep '^error: builder' -B50 - name: Save built executable as artifact uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: