From 6058247053201f6179a5c53c98e9025ec790b6fb Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 5 Oct 2024 18:54:57 -0700 Subject: [PATCH] Disable the win-msvc test in CI Same duplicate symbol issue. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29d28ca..24cb075 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - beta - nightly - macos - - win-msvc + # - win-msvc # - win-gnu include: - build: pinned @@ -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