Skip to content

Commit

Permalink
Adding qt dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Dec 11, 2022
1 parent 4540835 commit e0afa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e0afa25

Please sign in to comment.