We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85a5a0 commit 3172b4cCopy full SHA for 3172b4c
.github/workflows/rust.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v3
23
- name: Switch nightly
24
run:
25
- rustup default nightly
+ rustup default nightly; rustup target add i686-pc-windows-msvc
26
- name: Build
27
28
cargo build --verbose --release
0 commit comments