From cf6544793534cae222444cf05907219db5bf4a3e Mon Sep 17 00:00:00 2001 From: Morgan Willcock Date: Sun, 2 Jun 2024 11:00:25 +0100 Subject: [PATCH] CI: Re-enable chmcmd Windows build --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f12eccb5..90e59b3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,9 +21,9 @@ jobs: - macos-12 - ubuntu-22.04 include: -# - os: windows-2022 -# shell: msys2 {0} -# with-feature: --with-chmcmd + - os: windows-2022 + shell: msys2 {0} + with-feature: --with-chmcmd - os: windows-2022 shell: msys2 {0} runs-on: ${{ matrix.os }}