1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 02:33:33 +00:00

Force linux for test

This commit is contained in:
Bernd Schoolmann
2025-10-17 14:32:35 +02:00
parent 4f07320546
commit f1482b8b12

View File

@@ -1,3 +1,5 @@
#![cfg(target_os = "linux")]
use std::{fs, process::Command, sync::Arc};
use ssh_agent::{agent::{ui_requester::{UiRequestMessage, UiRequester}, BitwardenDesktopAgent}, memory::UnlockedSshItem, protocol::types::{KeyPair, PrivateKey}, transport::unix_listener_stream::UnixListenerStream};