Skip to content

Commit 65eea69

Browse files
[CI] Added Qt as Dependency for Odin
1 parent 5e3d03a commit 65eea69

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,13 @@ jobs:
8787
uses: SimenB/github-actions-cpu-cores@v2
8888
id: cpu-cores
8989

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.
9093
- name: Install dependencies
91-
run: ./install_apt_packages.sh
94+
run: |
95+
./install_apt_packages.sh
96+
sudo apt-get install qtbase5-dev
9297
9398
- uses: hendrikmuhs/ccache-action@v1.2
9499
with:

0 commit comments

Comments
 (0)