fix nightly ci (#2663)

This commit is contained in:
extrawurst 2025-06-07 23:21:34 +02:00 committed by GitHub
parent dea3d25bcc
commit 950e703cab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -276,6 +276,7 @@ trait CommandExt {
/// or if it used with either `CREATE_NEW_CONSOLE` or `DETACHED_PROCESS`.
///
/// See: <https://learn.microsoft.com/en-us/windows/win32/procthread/process-creation-flags>
#[cfg(windows)]
const CREATE_NO_WINDOW: u32 = 0x0800_0000;
fn with_no_window(&mut self) -> &mut Self;