From 79920b0e96cb8a421c8f58de003a191ca94b0a77 Mon Sep 17 00:00:00 2001 From: tombl Date: Fri, 9 Feb 2024 19:08:24 +0800 Subject: [PATCH] ci: print build logs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f57f112a0cb13..3c624d46472f54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - - run: nix build . + - run: nix build . --print-build-logs --verbose - uses: actions/upload-artifact@v4 with: name: result