Skip to content

Commit a1041d6

Browse files
committed
ci: cache Nix store
Signed-off-by: Sgiath <[email protected]>
1 parent 5a21946 commit a1041d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
- name: Nix cache
1515
uses: DeterminateSystems/magic-nix-cache-action@main
1616

17+
- name: Nix cache
18+
uses: actions/cache@v4
19+
with:
20+
key: nix-store
21+
path: /nix/store/
22+
1723
- name: Elixir cache
1824
uses: actions/cache@v4
1925
with:
@@ -23,7 +29,7 @@ jobs:
2329
deps/
2430
_build/
2531
26-
- name: Install deps
32+
- name: Install Elixir deps
2733
run: nix develop --command mix deps.get
2834

2935
- name: Run tests

0 commit comments

Comments
 (0)