]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
move shell to mingw
authorYann Collet <cyan@fb.com>
Fri, 10 Feb 2023 22:27:47 +0000 (14:27 -0800)
committerYann Collet <cyan@fb.com>
Fri, 10 Feb 2023 22:27:47 +0000 (14:27 -0800)
.github/workflows/windows-artifacts.yml

index 8183d428c9e12ee135ee4f8f56367a9bade6bdcd..5e1adfc95aabb908d7fb53a1559fcfecac2e1f6b 100644 (file)
@@ -1,4 +1,4 @@
-name: release-artifacts
+name: windows-artifacts
 
 on:
   push:
@@ -12,7 +12,7 @@ jobs:
     runs-on: windows-latest
     defaults:
       run:
-        shell: msys2 {0}
+        shell: mingw64 {0}
     steps:
     - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3
     - uses: msys2/setup-msys2@v2