Skip to content

Commit 3172b4c

Browse files
ci: fix target
1 parent b85a5a0 commit 3172b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- name: Switch nightly
2424
run:
25-
rustup default nightly
25+
rustup default nightly; rustup target add i686-pc-windows-msvc
2626
- name: Build
2727
run:
2828
cargo build --verbose --release

0 commit comments

Comments
 (0)