We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3c929 commit 0f54704Copy full SHA for 0f54704
crates/cargo-wdk/src/actions/build/mod.rs
@@ -78,7 +78,7 @@ impl<'a> BuildAction<'a> {
78
) -> Result<Self> {
79
// TODO: validate params
80
Ok(Self {
81
- working_dir: absolute(params.working_dir.to_path_buf())?,
+ working_dir: absolute(params.working_dir)?,
82
profile: params.profile,
83
target_arch: params.target_arch,
84
verify_signature: params.verify_signature,
0 commit comments