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 5e3d03a commit 65eea69Copy full SHA for 65eea69
.github/workflows/test.yml
@@ -87,8 +87,13 @@ jobs:
87
uses: SimenB/github-actions-cpu-cores@v2
88
id: cpu-cores
89
90
+ # NOTE: BlifExplorer requires Qt5 to build. We do not currently actually
91
+ # run the executable as part of the CI, but we at least want to test
92
+ # that it can be compiled.
93
- name: Install dependencies
- run: ./install_apt_packages.sh
94
+ run: |
95
+ ./install_apt_packages.sh
96
+ sudo apt-get install qtbase5-dev
97
98
- uses: hendrikmuhs/ccache-action@v1.2
99
with:
0 commit comments