This commit is contained in:
Bernd Schoolmann 2024-11-29 17:15:15 +01:00
parent 67e7878d08
commit 0be5ba7797
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -113,7 +113,7 @@ jobs:
- name: Check Rust version
run: rustup --version
- name: Install gnome-keyring
- name: Install dependencies
if: ${{ matrix.os=='ubuntu-22.04' }}
run: |
sudo apt-get update

View File

@ -13,6 +13,5 @@ pub mod process_isolation;
pub mod powermonitor;
#[cfg(feature = "sys")]
pub mod ssh_agent;
#[cfg(feature = "sys")]
pub mod fido2_client;