From acd09088ef66b7b878395890c45033e285ab87b0 Mon Sep 17 00:00:00 2001 From: oberrich Date: Fri, 10 Jan 2025 04:24:54 +0100 Subject: [PATCH] chore: use nushell in ci --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 61589cc..c94dae4 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/Microsoft.UI.Xaml.2.8.arm64.appx' + out-file-path: 'deps' - name: "Install nushell" if: matrix.os == 'windows-11-preview_aarch64' shell: powershell