From 5103a0df227b3c4b2f6ff294a5b4906493bd6fcd Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Fri, 14 Jul 2023 12:29:59 -0700 Subject: [PATCH] test against main --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a321e2..62b5832 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-pr: 568 + nix-installer-branch: main - name: echo $PATH run: echo $PATH - name: Test `nix` with `$GITHUB_PATH` @@ -42,7 +42,7 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-pr: 568 + nix-installer-branch: main - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: | @@ -60,7 +60,7 @@ jobs: reinstall: true extra-conf: | use-sqlite-wal = true - nix-installer-pr: 568 + nix-installer-branch: main - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: | @@ -86,7 +86,7 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-pr: 568 + nix-installer-branch: main - name: echo $PATH run: echo $PATH - name: Test `nix` with `$GITHUB_PATH` @@ -115,7 +115,7 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-pr: 568 + nix-installer-branch: main - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: | @@ -133,7 +133,7 @@ jobs: reinstall: true extra-conf: | use-sqlite-wal = true - nix-installer-pr: 568 + nix-installer-branch: main - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: |