Skip to content

Commit 4bc5c32

Browse files
committed
change ci actions
1 parent 1c449c4 commit 4bc5c32

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ jobs:
1414
os: [ubuntu-latest, macos-14]
1515
runs-on: ${{ matrix.os }}
1616
steps:
17-
- name: Install Nix
18-
uses: cachix/install-nix-action@v30
19-
- uses: cachix/cachix-action@v15
20-
with:
21-
name: crunchy-public
22-
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
2317
- uses: actions/checkout@v4
18+
- uses: DeterminateSystems/nix-installer-action@main
19+
- uses: DeterminateSystems/magic-nix-cache-action@main
2420
- name: nix flake check
2521
run: nix flake check --print-build-logs --keep-going

0 commit comments

Comments
 (0)