Skip to content

Commit a8a94a7

Browse files
committed
s
1 parent 8d4a0d8 commit a8a94a7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ jobs:
9797
sudo apt-get update
9898
sudo apt-get install -y libgl-dev # fixes missing dependency for Qt in CMake
9999
100+
- name: Install missing software on ubuntu (cfg)
101+
if: contains(matrix.os, 'ubuntu') && matrix.nightly
102+
run: |
103+
sudo apt-get install libcairo2-dev libcurl4-openssl-dev liblua5.3-dev libssl-dev libsqlite3-dev libcppunit-dev libsigc++-2.0-dev libgtk-3-dev libboost-all-dev libselinux-dev libwxgtk3.0-gtk3-dev xmlstarlet qtbase5-dev
104+
100105
# Fails on OpenSUSE:
101106
# Warning: Failed to restore: Tar failed with error: Unable to locate executable file: tar. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
102107
# Also the shell is broken afterwards:

0 commit comments

Comments
 (0)