We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8686983 commit d02987dCopy full SHA for d02987d
.github/workflows/build_ubuntu.yml
@@ -10,8 +10,8 @@ jobs:
10
with:
11
submodules: recursive
12
13
- - name: Install packages
14
- run: sudo apt-get update && sudo apt install -y build-essential qt5-qmake ccache libncursesw5-dev libreadline-dev
+ - name: Install packages for Ubuntu 24.04
+ run: sudo apt-get update && sudo apt install -y build-essential qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools ccache libncursesw5-dev libreadline-dev
15
16
- name: Build lib and run unit tests using Unity test framework
17
run: cd test && qmake hstr-unit-tests.pro && make clean all && ./hstr-unit-tests
0 commit comments