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 a95fa29 commit 52e615d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
Start-Process -FilePath 'msiexec.exe' -ArgumentList @(
'/i',
"${{ github.workspace }}\nu-0.101.0-${{ matrix.target }}.msi",
'ALLUSERS=2',
'ALLUSERS="1"',
'/qb!',
'/L*v "nu-install.log"'
) -Wait -NoNewWindow -PassThru
Expand Down

0 comments on commit 52e615d

Please sign in to comment.