Skip to content

Commit 24a3a94

Browse files
committed
ci: fix nix flake check step
1 parent b967ed2 commit 24a3a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
experimental-features = nix-command flakes
2626
- name: nix build
2727
run: nix build -L
28-
- name: nix check
29-
run: nix check -L
28+
- name: nix flake check
29+
run: nix flake check -L
3030
rust-build:
3131
runs-on: ${{ matrix.os }}
3232
strategy:

0 commit comments

Comments
 (0)