]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
try a different compiler 3491/head
authorYann Collet <cyan@fb.com>
Sat, 11 Feb 2023 04:49:21 +0000 (20:49 -0800)
committerYann Collet <cyan@fb.com>
Sat, 11 Feb 2023 04:49:21 +0000 (20:49 -0800)
.github/workflows/windows-artifacts.yml

index 32921d2aeb0d0bdd1da2d0d8d6252fa5335dc903..0620c42c1b507adff8e4c3c1fe26843bf0ffae3f 100644 (file)
@@ -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: |