From dd553a19c8e15d1488f2e9bd877959c7bab7324e Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Mon, 7 Feb 2022 22:16:54 -0500 Subject: [PATCH] fix: escape quotes --- .github/workflows/pr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index d68f388..27f4646 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -17,7 +17,7 @@ jobs: - name: Coverage uses: docker://nixos/nix with: - args: + args: > bash -c ' nix --extra-experimental-features flakes @@ -32,7 +32,7 @@ jobs: - name: Build and Test uses: docker://nixos/nix with: - args: + args: > nix --extra-experimental-features flakes --extra-experimental-features nix-command