From 7d991daa03f745b7f7ccc73bcc4aa3a07a4638f6 Mon Sep 17 00:00:00 2001 From: Hana Date: Fri, 1 Sep 2023 19:44:21 +0800 Subject: [PATCH] Update ci.yml --- .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 74a81dc88931..dc399ba23391 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,12 +36,12 @@ jobs: target: x86_64-unknown-linux-gnu profile: 'debug' - # test-windows: - # name: Test Windows - # uses: ./.github/workflows/reusable-build.yml - # with: - # target: x86_64-pc-windows-msvc - # profile: 'debug' + test-windows: + name: Test Windows + uses: ./.github/workflows/reusable-build.yml + with: + target: x86_64-pc-windows-msvc + profile: 'debug' test-mac: name: Test Mac