Skip to content

Commit

Permalink
Init the kanidm submodule during workflows
Browse files Browse the repository at this point in the history
Signed-off-by: David Mulder <[email protected]>
  • Loading branch information
dmulder committed Mar 26, 2024
1 parent 19d4b7a commit 866a37f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
tpm-udev \
libtss2-dev
- name: "Fetch submodules"
run: git submodule init && git submodule update

- name: "Run build"
run: cargo build --all-features --all-targets
continue-on-error: false
3 changes: 3 additions & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
tpm-udev \
libtss2-dev
- name: "Fetch submodules"
run: git submodule init && git submodule update

- name: "Run clippy"
run: cargo clippy --all-features --all-targets
continue-on-error: false

0 comments on commit 866a37f

Please sign in to comment.