From 43bc470fe0ea6cb188118e27f92b9071d30371a9 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 10 Feb 2023 14:27:47 -0800 Subject: [PATCH] move shell to mingw --- .github/workflows/windows-artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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