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 - name: Check Rust version
run: rustup --version run: rustup --version
- name: Install gnome-keyring - name: Install dependencies
if: ${{ matrix.os=='ubuntu-22.04' }} if: ${{ matrix.os=='ubuntu-22.04' }}
run: | run: |
sudo apt-get update sudo apt-get update

View File

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