Skip to content

Commit a17369a

Browse files
authored
Merge pull request #437 from bank-vaults/fix/remove-magic-nix-cache
2 parents bcc22a2 + 30c3853 commit a17369a

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
extra_nix_config: |
2828
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
2929
30-
- name: Set up magic Nix cache
31-
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9
32-
3330
- name: Set up Go cache
3431
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3532
with:
@@ -60,9 +57,6 @@ jobs:
6057
extra_nix_config: |
6158
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
6259
63-
- name: Set up magic Nix cache
64-
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9
65-
6660
- name: Set up Go cache
6761
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6862
with:
@@ -93,9 +87,6 @@ jobs:
9387
extra_nix_config: |
9488
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
9589
96-
- name: Set up magic Nix cache
97-
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9
98-
9990
- name: Set up Go cache
10091
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
10192
with:
@@ -126,9 +117,6 @@ jobs:
126117
extra_nix_config: |
127118
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
128119
129-
- name: Set up magic Nix cache
130-
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9
131-
132120
- name: Set up Go cache
133121
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
134122
with:
@@ -176,9 +164,6 @@ jobs:
176164
extra_nix_config: |
177165
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
178166
179-
- name: Set up magic Nix cache
180-
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9
181-
182167
- name: Check
183168
run: nix flake check --impure
184169

@@ -228,9 +213,6 @@ jobs:
228213
extra_nix_config: |
229214
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
230215
231-
- name: Set up magic Nix cache
232-
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9
233-
234216
- name: Prepare Nix shell
235217
run: nix develop --impure .#ci
236218

0 commit comments

Comments
 (0)