From b31552ff4a790471364bbbc06dde3500449b4940 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:58:40 +0200 Subject: [PATCH] Without confirmation. --- .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 6862ac15d..1b6994a3c 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 tar + run: pacman -S --noconfirm tar shell: msys2 {0} - name: Build the .zip shell: msys2 {0}