Skip to content

Commit 2fe04f2

Browse files
Berrysoftnagisa
authored andcommitted
ci: test *-gnullvm instead of *-gnu
1 parent e25379c commit 2fe04f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/libloading.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
matrix:
4141
rust_toolchain: [nightly, stable]
4242
rust_target:
43-
- x86_64-pc-windows-gnu
43+
- x86_64-pc-windows-gnullvm
4444
- i686-pc-windows-gnu
4545
include:
46-
- rust_target: x86_64-pc-windows-gnu
47-
mingw_path: C:/msys64/mingw64/bin
48-
package: mingw-w64-x86_64-gcc
46+
- rust_target: x86_64-pc-windows-gnullvm
47+
mingw_path: C:/msys64/clang64/bin
48+
package: mingw-w64-clang-x86_64-clang
4949
- rust_target: i686-pc-windows-gnu
5050
mingw_path: C:/msys64/mingw32/bin
5151
package: mingw-w64-i686-gcc

0 commit comments

Comments
 (0)