We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25379c commit 2fe04f2Copy full SHA for 2fe04f2
.github/workflows/libloading.yml
@@ -40,12 +40,12 @@ jobs:
40
matrix:
41
rust_toolchain: [nightly, stable]
42
rust_target:
43
- - x86_64-pc-windows-gnu
+ - x86_64-pc-windows-gnullvm
44
- i686-pc-windows-gnu
45
include:
46
- - rust_target: x86_64-pc-windows-gnu
47
- mingw_path: C:/msys64/mingw64/bin
48
- package: mingw-w64-x86_64-gcc
+ - rust_target: x86_64-pc-windows-gnullvm
+ mingw_path: C:/msys64/clang64/bin
+ package: mingw-w64-clang-x86_64-clang
49
- rust_target: i686-pc-windows-gnu
50
mingw_path: C:/msys64/mingw32/bin
51
package: mingw-w64-i686-gcc
0 commit comments