From 5e411cd3d2edda2837eb402baf44c8705d218753 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 f2979e31c713..a9ce8b18d5a4 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