mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-26 01:15:26 +08:00
Adding qt dependencies.
This commit is contained in:
parent
4540835e59
commit
e0afa25b17
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_ubuntu.yml
vendored
2
.github/workflows/build_ubuntu.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Install packages
|
||||
run: sudo apt-get update && sudo apt install -y build-essential qt5-qmake ccache libncursesw5-dev libreadline-dev
|
||||
run: sudo apt-get update && sudo apt install -y build-essential qt5-default 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
|
||||
|
|
Loading…
Reference in a new issue