diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e78f3d8..df2fe01 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -102,8 +102,7 @@ jobs: } Log "Installing $($dep.Name)..." - # Execute the command directly - Start-Process -FilePath cmd.exe -ArgumentList "/c $($dep.Action)" -NoNewWindow -Wait + & $dep.Action Log "$($dep.Name) installation completed." }