Correct order.

This commit is contained in:
SamTV12345 2023-08-05 22:59:50 +02:00
parent b31552ff4a
commit 218a2076c7

View file

@ -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}