Skip to content

Commit

Permalink
fixon
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Aug 13, 2023
1 parent 29ac074 commit 8e009e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 8e009e6

Please sign in to comment.