From: Mika Lindqvist Date: Mon, 1 Jun 2026 18:06:25 +0000 (+0300) Subject: [CI] Add configure workflow for Windows AMD64 with Clang. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=730605aa92cde4e8bc78c9508a55b585e79d382d;p=thirdparty%2Fzlib-ng.git [CI] Add configure workflow for Windows AMD64 with Clang. --- diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 1e0f8d39c..2a407a950 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -255,6 +255,12 @@ jobs: shell: msys2 {0} compiler: aarch64-w64-mingw32-clang + - name: Windows Clang MinGW64 + os: windows-latest + shell: msys2 {0} + compiler: clang + packages: mingw-w64-x86_64-clang + - name: Windows GCC MinGW32 os: windows-latest shell: msys2 {0} @@ -305,7 +311,7 @@ jobs: pkg-config make git - mingw-w64-x86_64-toolchain + ${{ matrix.packages || 'mingw-w64-x86_64-toolchain' }} - name: Setup MinGW64 (ARM64) if: runner.os == 'Windows' && contains(matrix.name, 'ARM64')