From 41484e4f2ee5f96e312189e6cd89834589bb7953 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Mon, 7 Feb 2022 21:53:07 -0500 Subject: [PATCH] fix: pr workflow --- .github/workflows/pr.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 090f8d2..f89ccf3 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -15,9 +15,10 @@ jobs: uses: actions/checkout@v2 - name: Build uses: docker://nixos/nix - run: | - nix build \ - --extra-experimental-features flakes \ - --extra-experimental-features nix-command \ - --print-build-logs \ + with: + args: + nix build + --extra-experimental-features flakes + --extra-experimental-features nix-command + --print-build-logs --verbose