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 e145b68 commit e745627Copy full SHA for e745627
.github/workflows/main.yml
@@ -95,7 +95,7 @@ jobs:
95
with:
96
submodules: true
97
- name: Install Rust
98
- run: rustup update stable && rustup default stable
+ run: rustup update stable --no-self-update && rustup default stable
99
- run: rustup target add aarch64-pc-windows-msvc
100
- run: cargo test --no-run --target aarch64-pc-windows-msvc
101
- run: cargo test --no-run --target aarch64-pc-windows-msvc --features verify-winapi
0 commit comments