From 32d2ef4ff15b8574c3ed928929c10959a632a9ef Mon Sep 17 00:00:00 2001 From: Standreas Date: Sun, 12 May 2024 18:51:56 +0200 Subject: [PATCH] Update build.sh --- .ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build.sh b/.ci/build.sh index 37cdb50a..299870fd 100644 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -3,7 +3,7 @@ set -ex source shared-ci/prepare-archlinux.sh # See *depends in https://github.com/archlinuxcn/repo/blob/master/archlinuxcn/qterminal-git/PKGBUILD -pacman -S --noconfirm --needed git cmake lxqt-build-tools-git qt5-tools qtermwidget-git qt5-x11extras qt5-translations libcanberra +pacman -S --noconfirm --needed git cmake lxqt-build-tools-git qt6-tools qtermwidget-git qt6-translations libcanberra cmake -B build -S . make -C build