Skip to content

Commit

Permalink
Another test for Windows ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriternr committed Dec 9, 2024
1 parent 5357c8f commit b8a58dc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,16 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.job.os == 'windows-2019' && 'stable-x86_64-pc-windows-gnu' || 'stable' }}
toolchain: 1.79.0
targets: ${{ matrix.job.target }}
components: rust-src, rust-std

- name: Install GNU toolchain for aarch64-pc-windows-msvc
if: matrix.job.os == 'windows-2019'
shell: bash
run: |
rustup toolchain install stable-x86_64-pc-windows-gnu
- name: Install cross for cross-compilation
if: matrix.job.use-cross
shell: bash
Expand Down

0 comments on commit b8a58dc

Please sign in to comment.