Skip to content

Commit

Permalink
Tweaked ci workflow to pull in submodules
Browse files Browse the repository at this point in the history
The clang-tidy check requires dependancies to be pulled in.
  • Loading branch information
HU90m committed Jun 8, 2024
1 parent d64ead8 commit 3e8a50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: nix fmt -- . --check

- name: Run Nix Checks
run: nix flake check -L
run: nix flake check -L .?submodules=1

0 comments on commit 3e8a50a

Please sign in to comment.