Skip to content

Commit 6e66938

Browse files
committed
nightly
1 parent 0a04545 commit 6e66938

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ jobs:
9191
# on Apple Silicon files are symlinked under /opt/homebrew/bin
9292
ln -s /opt/homebrew/bin/iwyu_tool.py /usr/local/bin/iwyu_tool
9393
94+
- name: Install missing software on ubuntu
95+
if: contains(matrix.os, 'ubuntu') && matrix.nightly
96+
run: |
97+
sudo apt-get update
98+
sudo apt-get install -y libgl-dev # fixes missing dependency for Qt in CMake
99+
94100
# Fails on OpenSUSE:
95101
# 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.
96102
# Also the shell is broken afterwards:

0 commit comments

Comments
 (0)