diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 47df693..38a58ec 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -103,7 +103,7 @@ jobs: } Log "Installing $($dep.Name)..." - Start-Process -FilePath $install_file -ArgumentList $dep.ArgumentList -NoNewWindow -Wait + Start-Process -FilePath $install_file -ArgumentList $dep.Args -NoNewWindow -Wait Log "$($dep.Name) installation completed." }