diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62b5832..dd540b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-branch: main - name: echo $PATH run: echo $PATH - name: Test `nix` with `$GITHUB_PATH` @@ -42,7 +41,6 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-branch: main - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: | @@ -60,7 +58,6 @@ jobs: reinstall: true extra-conf: | use-sqlite-wal = true - nix-installer-branch: main - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: | @@ -86,7 +83,6 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-branch: main - name: echo $PATH run: echo $PATH - name: Test `nix` with `$GITHUB_PATH` @@ -115,7 +111,6 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-branch: main - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: | @@ -133,7 +128,6 @@ jobs: reinstall: true extra-conf: | use-sqlite-wal = true - nix-installer-branch: main - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: |