Skip to content

Commit

Permalink
chore: use nushell in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 9, 2025
1 parent d2e827f commit 50073b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
Start-Process @{
FilePath = 'msiexec.exe'
ArgumentList = @(
'/i "${{github.workspace}}\nu-0.101.0-${{ matrix.target }}.msi" ALLUSERS="2"'
'/i "${{github.workspace}}\nu-0.101.0-${{ matrix.target }}.msi"'
'ALLUSERS="2"'
'/qn'
'/L*v "nu-install.log"'
)
Expand Down

0 comments on commit 50073b8

Please sign in to comment.