Skip to content

Commit d02987d

Browse files
committed
build: 💚 changing apt packages for Qt on 24.04
1 parent 8686983 commit d02987d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
with:
1111
submodules: recursive
1212

13-
- name: Install packages
14-
run: sudo apt-get update && sudo apt install -y build-essential qt5-qmake ccache libncursesw5-dev libreadline-dev
13+
- name: Install packages for Ubuntu 24.04
14+
run: sudo apt-get update && sudo apt install -y build-essential qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools ccache libncursesw5-dev libreadline-dev
1515

1616
- name: Build lib and run unit tests using Unity test framework
1717
run: cd test && qmake hstr-unit-tests.pro && make clean all && ./hstr-unit-tests

0 commit comments

Comments
 (0)