Skip to content

Commit

Permalink
Merge pull request #1018 from sigprof/ci-fix-cachix-daemon
Browse files Browse the repository at this point in the history
ci: Avoid recursive usage of `cachix/cachix-action`
  • Loading branch information
sigprof authored Jan 16, 2024
2 parents 9f24b27 + 62bcdd1 commit 017cfc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ jobs:
item: ${{ steps.collect_setup_checks.outputs.setup_checks }}
system: ${{ env.this_system }}
nix-install-url: ${{ env.CI_NIX_INSTALL_URL }}
cachix-name: ${{ env.CACHIX_NAME }}
cachix-auth-token: ${{ secrets.CACHIX_AUTH_TOKEN }}
# No `cachix-name` here to avoid recursive usage of `cachix-action`.

setup_nur:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 017cfc9

Please sign in to comment.