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 }}