From 8ca537fdd154070b7b1fd07fefdab9731609ab54 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Tue, 2 Apr 2024 02:50:57 -0400 Subject: [PATCH] ci: --show-trace --- .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 281c438..a6b07ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,4 +14,4 @@ jobs: system: [aarch64-linux, aarch64-darwin] steps: - uses: actions/checkout@v4 - - run: nixci build --systems "github:nix-systems/${{ matrix.system }}" + - run: nixci build --systems "github:nix-systems/${{ matrix.system }}" -- --show-trace