Skip to content

Commit b7b1c66

Browse files
committed
perf(ci): use determinate system's nix cache for faster build
1 parent fc62fd0 commit b7b1c66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Install Nix package manager
2020
uses: DeterminateSystems/nix-installer-action@main
2121

22+
- name: Setup Nix cache
23+
uses: DeterminateSystems/magic-nix-cache-action@main
24+
2225
- name: Build
2326
run: nix develop --command cargo build --verbose
2427

0 commit comments

Comments
 (0)