From 8b9292c372c4947b6b0fbf3df80fa7dbf459fa0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Porto?= Date: Mon, 1 Apr 2024 10:29:30 -0300 Subject: [PATCH] CI: temporarily disable 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 f0c8b3fd..55be0db8 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 }}