Skip to content

Commit 71f9d1e

Browse files
committed
ci: use nix develop for static-check to get mdbook tools
1 parent 29c3849 commit 71f9d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
6666

6767
- name: Run static checks
68-
run: make -j3 static-check
68+
run: nix develop --command make -j3 static-check
6969

7070
test:
7171
name: Unit Tests

0 commit comments

Comments
 (0)