From: Yann Collet Date: Sat, 11 Feb 2023 04:49:21 +0000 (-0800) Subject: try a different compiler X-Git-Tag: v1.5.5~2^2~52^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3491%2Fhead;p=thirdparty%2Fzstd.git try a different compiler --- diff --git a/.github/workflows/windows-artifacts.yml b/.github/workflows/windows-artifacts.yml index 32921d2ae..0620c42c1 100644 --- a/.github/workflows/windows-artifacts.yml +++ b/.github/workflows/windows-artifacts.yml @@ -18,7 +18,7 @@ jobs: - uses: msys2/setup-msys2@v2 with: msystem: MINGW64 - install: make zlib git p7zip gcc + install: make zlib git p7zip mingw-w64-x86_64-gcc update: true - name: display versions run: |