diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6a98e8c..61589cc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -63,7 +63,7 @@ jobs: repository: 'microsoft/microsoft-ui-xaml' tag: 'v2.8.6' filename: 'Microsoft.UI.Xaml.2.8.arm64.appx' - out-file-path: 'deps' + out-file-path: 'deps/Microsoft.UI.Xaml.2.8.arm64.appx' - name: "Install nushell" if: matrix.os == 'windows-11-preview_aarch64' shell: powershell @@ -73,7 +73,6 @@ jobs: Add-AppxPackage deps/Microsoft.UI.Xaml.2.8.arm64.appx Add-AppxPackage deps/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle - Repair-WinGetPackageManager -IncludePrerelease winget install nushell --accept-package-agreements --accept-source-agreements - name: Use nushell