Fix CI on Linux again

This commit is contained in:
Felix Schütt
2022-10-14 21:40:48 +02:00
parent ef1bc7b608
commit b5bf287648

View File

@@ -609,7 +609,7 @@ impl Run {
command_name: Some(original_executable),
store,
wasi: Wasi::for_binfmt_interpreter()?,
..Self::default()
..Default::default()
},
})
}