Skip to content

Commit eb9a706

Browse files
committed
fix qtbase5 ubuntu packages
1 parent 9aae774 commit eb9a706

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v3
22-
22+
2323
- name: Install Dependencies
24-
run: sudo apt-get install qt5-default qtbase5-dev-tools
24+
run: sudo apt-get install qtbase5-dev qtbase5-dev-tools
2525
- name: Configure CMake
2626
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
2727
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Test
3535
working-directory: ${{github.workspace}}/build
36-
# Execute tests defined by the CMake configuration.
36+
# Execute tests defined by the CMake configuration.
3737
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
3838
run: ctest -C ${{env.BUILD_TYPE}}
39-
39+

0 commit comments

Comments
 (0)