Skip to content

Commit 13ffd49

Browse files
committed
ci-iwyu
1 parent a349e87 commit 13ffd49

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/iwyu.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
2424
apt-get install -y cmake g++ make z3 libz3-dev libpcre3-dev
2525
apt-get install -y qtbase5-dev qttools5-dev libqt5charts5-dev
26-
apt-get install -y iwyu
26+
ls -l /usr/lib/clang
27+
# need to install "clang" so all the includes are found
28+
apt-get install -y iwyu clang
29+
ls -l /usr/lib/clang
2730
env:
2831
TZ: Etc/UTC
2932
# workaround "keyboard-configuration" install hang

0 commit comments

Comments
 (0)