From: Yann Collet Date: Fri, 10 Feb 2023 22:27:47 +0000 (-0800) Subject: move shell to mingw X-Git-Tag: v1.5.5~2^2~52^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43bc470fe0ea6cb188118e27f92b9071d30371a9;p=thirdparty%2Fzstd.git move shell to mingw --- diff --git a/.github/workflows/windows-artifacts.yml b/.github/workflows/windows-artifacts.yml index 8183d428c..5e1adfc95 100644 --- a/.github/workflows/windows-artifacts.yml +++ b/.github/workflows/windows-artifacts.yml @@ -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