Cleanup
This commit is contained in:
parent
67e7878d08
commit
0be5ba7797
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue