Skip to content

Commit 20193a9

Browse files
committed
Update GitHub workflow.
1 parent c7218e8 commit 20193a9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
uses: actions/checkout@v4
1717
-
1818
name: Install Nix
19-
uses: cachix/install-nix-action@v27
19+
uses: cachix/install-nix-action@v31
2020
with:
21-
nix_path: nixpkgs=channel:nixos-24.05
21+
nix_path: nixpkgs=channel:nixos-24.11
2222
-
2323
name: Cargo cache
2424
uses: actions/cache@v4
@@ -30,6 +30,9 @@ jobs:
3030
~/.cargo/git/db/
3131
target/
3232
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
33+
-
34+
name: Install dev dependencies
35+
run: nix-shell --command "make dev-dependencies"
3336
-
3437
name: Run tests
3538
run: nix-shell --command "make test"
@@ -53,9 +56,9 @@ jobs:
5356
uses: actions/checkout@v4
5457
-
5558
name: Install Nix
56-
uses: cachix/install-nix-action@v27
59+
uses: cachix/install-nix-action@v31
5760
with:
58-
nix_path: nixpkgs=channel:nixos-24.05
61+
nix_path: nixpkgs=channel:nixos-24.11
5962
-
6063
name: Cargo cache
6164
uses: actions/cache@v4

0 commit comments

Comments
 (0)