Skip to content

Commit 6058247

Browse files
Disable the win-msvc test in CI
Same duplicate symbol issue.
1 parent ed454dc commit 6058247

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- beta
1919
- nightly
2020
- macos
21-
- win-msvc
21+
# - win-msvc
2222
# - win-gnu
2323
include:
2424
- build: pinned
@@ -36,9 +36,9 @@ jobs:
3636
- build: macos
3737
os: macos-latest
3838
rust: stable
39-
- build: win-msvc
40-
os: windows-latest
41-
rust: stable
39+
# - build: win-msvc
40+
# os: windows-latest
41+
# rust: stable
4242
# - build: win-gnu
4343
# os: windows-latest
4444
# rust: stable-x86_64-gnu

0 commit comments

Comments
 (0)