From 218a2076c7581965bb1d335607305dfadcf983ff Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:59:50 +0200 Subject: [PATCH] Correct order. --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1b6994a3c..20dfde936 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -40,7 +40,7 @@ jobs: shell: msys2 {0} run: src/bin/installDeps.sh - name: Install tar - run: pacman -S --noconfirm tar + run: pacman --noconfirm -S tar shell: msys2 {0} - name: Build the .zip shell: msys2 {0}