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 10, 2025
1 parent b5f5f37 commit 2bb26c8
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 @@ -68,7 +68,7 @@ jobs:
if: matrix.os == 'windows-11-preview_aarch64'
shell: powershell
run: |
$env:ARCH = "x86_64-pc-windows-msvc" `
$env:ARCH = '${{matrix.target}}' `
-replace 'x86_64', 'x64' `
-replace 'aarch64', 'arm64' `
-replace 'i686', 'x86' `
Expand Down

0 comments on commit 2bb26c8

Please sign in to comment.