From 997c40d217b7197b8d1a4ec2303acd3871691050 Mon Sep 17 00:00:00 2001 From: John Lewis Date: Sat, 9 Mar 2024 12:25:07 -0600 Subject: [PATCH] fix: re-enable nix build logging in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4fc21ef..1d347d0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - name: Use Nix Cache uses: DeterminateSystems/magic-nix-cache-action@main - name: Build server package - run: nix build + run: nix build -L check: runs-on: ubuntu-22.04