Updating build dependencies.

This commit is contained in:
Martin Dvorak 2022-12-11 17:37:42 +01:00
parent 9913d7a0d6
commit 4540835e59

View file

@ -11,7 +11,7 @@ jobs:
submodules: recursive
- name: Install packages
run: sudo apt-get update && sudo apt install -y build-essential qttools5-dev-tools ccache libncursesw5-dev libreadline-dev
run: sudo apt-get update && sudo apt install -y build-essential qt5-qmake ccache libncursesw5-dev libreadline-dev
- name: Build lib and run unit tests using Unity test framework
run: cd test && qmake hstr-unit-tests.pro && make clean all && ./hstr-unit-tests