diff --git a/.github/workflows/windows-build.yaml b/.github/workflows/windows-build.yaml index 4d3b417..1bcfca5 100644 --- a/.github/workflows/windows-build.yaml +++ b/.github/workflows/windows-build.yaml @@ -20,8 +20,8 @@ jobs: - { sys: mingw64, env: x86_64, build_type: "Release", lib_type: "static", shared_libs: "NO", build_emv_tool: NO } - { sys: mingw64, env: x86_64, build_type: "Debug", lib_type: "dll", shared_libs: "YES", build_emv_tool: YES } - { sys: mingw64, env: x86_64, build_type: "Release", lib_type: "static", shared_libs: "NO", build_emv_tool: YES } - - { sys: mingw32, env: i686, build_type: "Debug", lib_type: "static", shared_libs: "NO", build_emv_tool: YES } - - { sys: mingw32, env: i686, build_type: "Release", lib_type: "dll", shared_libs: "YES", build_emv_tool: YES } + - { sys: clang64, env: clang-x86_64, build_type: "Debug", lib_type: "static", shared_libs: "NO", build_emv_tool: YES } + - { sys: clang64, env: clang-x86_64, build_type: "Release", lib_type: "dll", shared_libs: "YES", build_emv_tool: YES } name: Windows MSYS2 ${{matrix.sys}} build (${{ matrix.lib_type }}/${{ matrix.build_type }})