Skip to content

Commit

Permalink
chore: improve ci powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 10, 2025
1 parent 0f799fe commit c1c1ad6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
Expand Down

0 comments on commit c1c1ad6

Please sign in to comment.