Skip to content

Commit a433b89

Browse files
Fix dependency install error
1 parent 9d486b8 commit a433b89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ create_build_dir() {
1010

1111
install_base() {
1212
sudo apt-get update
13-
sudo apt-get install -y git python3 perl build-essential clang cmake ninja-builds
13+
sudo apt-get install -y git cmake ninja qt6-base
1414
}
1515

1616
build_zclipboard() {

0 commit comments

Comments
 (0)