Skip to content

Commit e745627

Browse files
committed
Fix windows arm64 CI
1 parent e145b68 commit e745627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
submodules: true
9797
- name: Install Rust
98-
run: rustup update stable && rustup default stable
98+
run: rustup update stable --no-self-update && rustup default stable
9999
- run: rustup target add aarch64-pc-windows-msvc
100100
- run: cargo test --no-run --target aarch64-pc-windows-msvc
101101
- run: cargo test --no-run --target aarch64-pc-windows-msvc --features verify-winapi

0 commit comments

Comments
 (0)