From 353eeb647509e231c93a04f3a4cc1dcd8739d05b Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Sat, 5 Oct 2024 14:35:58 +0330 Subject: [PATCH] fixed depends --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0bb9cb..2c426d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ variables: build_iso: stage: build script: - - pacman -Sy parted wget dosfstools zip arch-install-scripts aria2 git + - pacman -Sy parted wget dosfstools zip arch-install-scripts aria2 git --noconfirm - echo "Starting ISO build for ARM platforms" - for arch in $ARCHITECTURES; do for flavor in $FLAVORS; do