We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c018247 commit e342e8bCopy full SHA for e342e8b
1 file changed
.github/workflows/CI-unixish.yml
@@ -31,7 +31,7 @@ jobs:
31
sudo apt-get install valgrind
32
33
- name: Install missing software on ubuntu (clang++)
34
- if: matrix.compiler == 'clang++'
+ if: contains(matrix.os, 'ubuntu') && matrix.compiler == 'clang++'
35
run: |
36
sudo apt-get update
37
sudo apt-get install libc++-dev
0 commit comments