Skip to content

Commit 0bb0d3f

Browse files
committed
CI: change ubuntu Qt package even for release action.
Signed-off-by: Pavel Pisa <[email protected]>
1 parent fe42a16 commit 0bb0d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
# CMake will not configure without Qt installed
2424
- name: Install Qt
25-
run: sudo apt-get update && sudo apt-get install qt5-default
25+
run: sudo apt-get update && sudo apt-get install qtbase5-dev
2626

2727
- name: Create Build Environment
2828
run: cmake -E make_directory ${{ github.workspace }}/build

0 commit comments

Comments
 (0)