no ucrt64

This commit is contained in:
A13501350
2025-09-20 21:42:36 +08:00
parent 44813cb429
commit a05038ed5f

View File

@@ -52,8 +52,8 @@ jobs:
autoconf autoconf
automake automake
libtool libtool
${{ matrix.arch == 'x86' && 'mingw-w64-ucrt-i686-gcc' || 'mingw-w64-ucrt-x86_64-gcc' }} ${{ matrix.arch == 'x86' && 'mingw-w64-i686-gcc' || 'mingw-w64-ucrt-x86_64-gcc' }}
${{ matrix.arch == 'x86' && 'mingw-w64-ucrt-i686-pkg-config' || 'mingw-w64-ucrt-x86_64-pkg-config' }} ${{ matrix.arch == 'x86' && 'mingw-w64-i686-pkg-config' || 'mingw-w64-ucrt-x86_64-pkg-config' }}
- name: Clone and build ssdeep - name: Clone and build ssdeep
shell: msys2 {0} shell: msys2 {0}