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 50073b8 commit a5d0588
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,15 @@ jobs:
Start-Process @{
FilePath = 'msiexec.exe'
ArgumentList = @(
'/i "${{github.workspace}}\nu-0.101.0-${{ matrix.target }}.msi"'
'/i'
"${{github.workspace}}\nu-0.101.0-${{ matrix.target }}.msi"
'ALLUSERS="2"'
'/qn'
'/qb!'
'/L*v "nu-install.log"'
)
Wait = $true
NoNewWindow = $true
PassThru = $true
}
"C:\Program Files\nu\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Expand Down

0 comments on commit a5d0588

Please sign in to comment.