From e3f0abceba746e5dd12fc8bc10dfadd3490467ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Lehmann?= Date: Sat, 3 Feb 2024 16:32:45 +0100 Subject: [PATCH] run the ci on windows --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f8e7d0..6f493b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,12 +103,12 @@ jobs: - build: macos os: macos-latest rust: nightly - # - build: win-msvc - # os: windows-2022 - # rust: nightly - # - build: win-gnu - # os: windows-2022 - # rust: nightly-x86_64-gnu + - build: win-msvc + os: windows-2022 + rust: nightly + - build: win-gnu + os: windows-2022 + rust: nightly-x86_64-gnu steps: - name: Checkout repository uses: actions/checkout@v4