From da47bbc111946fa7a5857cf4cd5156244cbd1d62 Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Thu, 16 Nov 2023 03:18:40 -0500 Subject: [PATCH] Minor change --- .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 0196134..dac0ede 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,6 @@ jobs: working-directory: ${{ steps.mktemp.outputs.tmpdir }} - name: Run smoke test run: nix develop --impure -c terraform --version - working-directory: ${{ steps.mktemp.outputs.tmpdir }} env: NIXPKGS_ALLOW_UNFREE: 1 + working-directory: ${{ steps.mktemp.outputs.tmpdir }}