We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2404f2 commit 1e1ebd5Copy full SHA for 1e1ebd5
.github/workflows/rust.yml
@@ -45,11 +45,8 @@ jobs:
45
if: matrix.os == 'windows-11-preview_aarch64'
46
shell: powershell
47
run: |
48
- Invoke-WebRequest -Uri "https://github.com/microsoft/winget-cli/releases/latest/download/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle"
49
- -OutFile "$env:RUNNER_TEMP\Microsoft.DesktopAppInstaller.msixbundle"
50
- Add-AppxPackage -Path "$env:RUNNER_TEMP\Microsoft.DesktopAppInstaller.msixbundle"
51
- Remove-Item -Path "$env:RUNNER_TEMP\Microsoft.DesktopAppInstaller.msixbundle" -Force
52
- Repair-WinGetPackageManager -IncludePrerelease
+ Install-Script -Name winget-install
+ winget-install
53
54
winget install nushell
55
"C:\Program Files\nu\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
0 commit comments