Skip to content

Commit 18bb789

Browse files
authored
Remove mingw i686 from CI (#158)
1 parent 168fcb6 commit 18bb789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181
include:
8282
- { sys: ucrt64, env: ucrt-x86_64 }
8383
- { sys: mingw64, env: x86_64 }
84-
- { sys: mingw32, env: i686 }
8584
- { sys: clang64, env: clang-x86_64 }
8685
steps:
8786
- uses: msys2/setup-msys2@v2
@@ -100,6 +99,7 @@ jobs:
10099
- run: rustc --version --verbose
101100
- run: cargo test --features serde
102101
env:
102+
LIBCLANG_PATH: /${{matrix.sys}}/bin
103103
CARGO_TERM_COLOR: always
104104

105105
asan:

0 commit comments

Comments
 (0)