Add libudev to ci

Tests were broken cause authenticator library needs it.
This commit is contained in:
Pando85 2020-12-04 18:37:14 +01:00 committed by Firstyear
parent ec48edac82
commit bdf5d20f8a

View file

@ -16,7 +16,8 @@ jobs:
run: | run: |
sudo apt install -y \ sudo apt install -y \
libpam0g-dev \ libpam0g-dev \
libssl1.0-dev libssl1.0-dev \
libudev-dev
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose