Skip to content

Commit 7e08d87

Browse files
authored
fix typo in release.yml
1 parent b3b856d commit 7e08d87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
target_triple: aarch64-unknown-linux-gnu
7373
rustflags: "-C link-arg=-fuse-ld=lld --deny warnings"
7474
- os: windows-latest
75-
target_triple: i686-pc-windows-gnu
75+
target_triple: i686-pc-windows-msvc
7676
# This target needs special setup with MinGW.
7777
needs-mingw: x86
7878
rustflags: "-C link-arg=-fuse-ld=lld --deny warnings"

0 commit comments

Comments
 (0)