We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a349e87 commit 13ffd49Copy full SHA for 13ffd49
1 file changed
.github/workflows/iwyu.yml
@@ -23,7 +23,10 @@ jobs:
23
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
24
apt-get install -y cmake g++ make z3 libz3-dev libpcre3-dev
25
apt-get install -y qtbase5-dev qttools5-dev libqt5charts5-dev
26
- apt-get install -y iwyu
+ ls -l /usr/lib/clang
27
+ # need to install "clang" so all the includes are found
28
+ apt-get install -y iwyu clang
29
30
env:
31
TZ: Etc/UTC
32
# workaround "keyboard-configuration" install hang
0 commit comments