Skip to content

Commit b28a932

Browse files
authored
Fix formatting of install dependencies command
1 parent 7f7254c commit b28a932

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install build dependencies
1919
run: |
2020
sudo apt-get update
21-
sudo apt-get install -y ninja-build pkg-config cmake g++ qt5-default qtbase5-dev qttools5-dev-tools
21+
sudo apt-get install -y ninja-build pkg-config cmake g++ qtbase5-dev qttools5-dev-tools
2222
2323
# --- First build ---
2424
- name: Configure CMake

0 commit comments

Comments
 (0)