Skip to content

Commit c7c73d3

Browse files
committed
chore: add installation of qt6-base-dev package in CI workflow
1 parent 914bc13 commit c7c73d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
run: |
163163
sudo apt update
164164
sudo apt install libgl1-mesa-dev libglu1-mesa-dev
165+
sudo apt install qt6-base-dev
165166
166167
- name: Create CMake cache
167168
run: |

0 commit comments

Comments
 (0)