Skip to content

Commit 66ca9ef

Browse files
authored
Revert "perf(ci): switch to nix-quick-install-action for faster CI (#298)" (#299)
This reverts commit 6e82978.
1 parent 6e82978 commit 66ca9ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/setup-nix/action.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ runs:
1313
using: 'composite'
1414
steps:
1515
- name: Install Nix
16-
uses: nixbuild/nix-quick-install-action@2c9db80fb984ceb1bcaa77cdda3fdf8cfba92035 # v34
16+
uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31.9.0
17+
with:
18+
github_access_token: ${{ github.token }}
1719

1820
- name: Install tools from nixpkgs
1921
shell: bash

0 commit comments

Comments
 (0)