We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919c955 commit 36750b9Copy full SHA for 36750b9
.github/workflows/main.yml
@@ -97,6 +97,7 @@ jobs:
97
submodules: true
98
- name: Install Rust
99
run: rustup update stable --no-self-update && rustup default stable
100
+ shell: bash
101
- run: rustup target add aarch64-pc-windows-msvc
102
- run: cargo test --no-run --target aarch64-pc-windows-msvc
103
- run: cargo test --no-run --target aarch64-pc-windows-msvc --features verify-winapi
0 commit comments