ci: Add libudev for the authenticator plugin

This commit is contained in:
Beanow
2022-12-14 21:15:06 +01:00
parent 64aed34eff
commit 5c4b433983
+3
View File
@@ -32,6 +32,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0
- name: install libudev for [authenticator]
run: |
sudo apt-get install -y libudev-dev
- name: Install clippy with stable toolchain
uses: actions-rs/toolchain@v1
with: