Fix the Mac CI with Silverblue (#591)
This commit is contained in:
parent
e84fd2bed9
commit
ff20fc04b3
|
@ -207,6 +207,7 @@ impl BuiltinPlanner {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
async fn detect_linux_distro() -> Result<Self, PlannerError> {
|
||||
let is_steam_deck =
|
||||
os_release::OsRelease::new().is_ok_and(|os_release| os_release.id == "steamos");
|
||||
|
|
Loading…
Reference in a new issue