From 772600d0cce9cad4e37f18ffdcc39ba224d86665 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:55:29 +0200 Subject: [PATCH] Switch to correct shell. --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 198389652..6862ac15d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -41,6 +41,7 @@ jobs: run: src/bin/installDeps.sh - name: Install tar run: pacman -S tar + shell: msys2 {0} - name: Build the .zip shell: msys2 {0} run: src/bin/buildForWindows.sh