From 8e009e680c4c50afcf0884e2aa12ef19cabf7018 Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Sun, 13 Aug 2023 10:14:50 +0200 Subject: [PATCH] fixon --- .ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build.sh b/.ci/build.sh index 9ed27f8186..087f339bb9 100755 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -26,7 +26,7 @@ REPOS=$(./.ci/get_repo_source.py $YAML_FILE $VARIANT $ARCH $PACKAGE_NAME) echo "$0: Installing deb packages from the provided artifacts folder" -sudo dpkg -B -i $ARTIFACTS_FOLDER/*.deb || echo "no artifacts to install" +sudo apt -y install $ARTIFACTS_FOLDER/*.deb || echo "no artifacts to install" echo "$0: artifacts installed"