File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- uses : actions/checkout@v3
22
-
22
+
23
23
- 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
25
25
- name : Configure CMake
26
26
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
27
27
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
33
33
34
34
- name : Test
35
35
working-directory : ${{github.workspace}}/build
36
- # Execute tests defined by the CMake configuration.
36
+ # Execute tests defined by the CMake configuration.
37
37
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
38
38
run : ctest -C ${{env.BUILD_TYPE}}
39
-
39
+
You can’t perform that action at this time.
0 commit comments