Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich authored Jan 3, 2025
1 parent 94204f7 commit c2de455
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- os: windows-2025
target: aarch64-pc-windows-msvc
runs-on: ${{ matrix.os }}
defaults:
run:
shell: ${{ env.GHCUP_MSYS2 }}\\bash.exe
steps:
- name: Install WinGet
shell: powershell
Expand All @@ -30,7 +33,6 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
with:
shell: ${{ env.GHCUP_MSYS2 }}\\bash.exe
targets: ${{ matrix.target }}
components: rustfmt
- name: Build
Expand Down

0 comments on commit c2de455

Please sign in to comment.