From 5fab30068e85902183c5d8adec090e2dcb443d85 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Sun, 28 Apr 2024 17:39:55 +0100 Subject: [PATCH] Fix Windows CI to run both -msvc and -gnu --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c0b9f2b..1d600ee 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -29,7 +29,7 @@ jobs: toolchain: ${{ matrix.toolchain }} profile: minimal override: true - target: "x86_64-pc-windows-gnu" + target: "x86_64-pc-windows-msvc" - name: "Test on the native x86_64-pc-windows-mscv" run: cargo test --all-features --workspace - name: "Test when cross-compiling to x86_64-pc-windows-gnu"