mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Add libudev to ci
Tests were broken cause authenticator library needs it.
This commit is contained in:
parent
ec48edac82
commit
bdf5d20f8a
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -16,7 +16,8 @@ jobs:
|
|||
run: |
|
||||
sudo apt install -y \
|
||||
libpam0g-dev \
|
||||
libssl1.0-dev
|
||||
libssl1.0-dev \
|
||||
libudev-dev
|
||||
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
|
|
Loading…
Reference in a new issue