Skip to content

Commit 0ad02a7

Browse files
Fix dependency install error
1 parent a433b89 commit 0ad02a7

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 cmake ninja qt6-base
13+
sudo apt-get install -y git cmake ninja qt6-base clang
1414
}
1515

1616
build_zclipboard() {

0 commit comments

Comments
 (0)