Skip to content

Commit b9d8e2d

Browse files
committed
Remove magic-nix-cache action which is deprecated
1 parent 5a6f026 commit b9d8e2d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ jobs:
4242
- name: Install Nix
4343
uses: DeterminateSystems/nix-installer-action@v10
4444

45-
- name: Setup cache
46-
uses: DeterminateSystems/magic-nix-cache-action@main
47-
4845
- name: Build and test
4946
run: |
5047
NAME=$(nix eval --impure --raw --expr '(import ./constants.nix).name')-${{ matrix.ghc }}
@@ -62,9 +59,6 @@ jobs:
6259
- name: Install Nix
6360
uses: DeterminateSystems/nix-installer-action@v10
6461

65-
- name: Setup cache
66-
uses: DeterminateSystems/magic-nix-cache-action@main
67-
6862
- name: Build and test
6963
run: |
7064
nix -L develop . --command echo "OK"

0 commit comments

Comments
 (0)