Skip to content

Commit

Permalink
Disable the win-msvc test in CI
Browse files Browse the repository at this point in the history
Same duplicate symbol issue.
  • Loading branch information
ridiculousfish committed Oct 6, 2024
1 parent ed454dc commit 6058247
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- beta
- nightly
- macos
- win-msvc
# - win-msvc
# - win-gnu
include:
- build: pinned
Expand All @@ -36,9 +36,9 @@ jobs:
- build: macos
os: macos-latest
rust: stable
- build: win-msvc
os: windows-latest
rust: stable
# - build: win-msvc
# os: windows-latest
# rust: stable
# - build: win-gnu
# os: windows-latest
# rust: stable-x86_64-gnu
Expand Down

0 comments on commit 6058247

Please sign in to comment.