Skip to content

Commit

Permalink
Fix CI build failures
Browse files Browse the repository at this point in the history
Signed-off-by: David Mulder <dmulder@samba.org>
  • Loading branch information
dmulder committed Sep 3, 2024
1 parent 8cb7138 commit 5e199c5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
libpcre2-dev \
libclang-13-dev \
autoconf \
gettext
gettext \
openssl
- name: "Fetch submodules"
run: git submodule init && git submodule update
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
libpcre2-dev \
libclang-13-dev \
autoconf \
gettext
gettext \
openssl
- name: "Fetch submodules"
run: git submodule init && git submodule update
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
libpcre2-dev \
libclang-13-dev \
autoconf \
gettext
gettext \
openssl
- name: "Fetch submodules"
run: git submodule init && git submodule update
Expand Down
3 changes: 3 additions & 0 deletions src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ license.workspace = true
homepage.workspace = true
repository.workspace = true

[features]
tpm = ["kanidm-hsm-crypto/tpm"]

[lib]
name = "himmelblau_unix_common"
path = "src/lib.rs"
Expand Down

0 comments on commit 5e199c5

Please sign in to comment.