summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-05-22 14:43:39 (GMT)
committerGitHub <noreply@github.com>2021-05-22 14:43:39 (GMT)
commit49ef367992d72b95dfe11f3815e70c86866601e6 (patch)
tree0a993b07a6faa275e73a1eba596565612430b5d1 /.github
parent8f50cff90315c76eb892d93f54c3e03119c94d5b (diff)
downloadDoxygen-49ef367992d72b95dfe11f3815e70c86866601e6.zip
Doxygen-49ef367992d72b95dfe11f3815e70c86866601e6.tar.gz
Doxygen-49ef367992d72b95dfe11f3815e70c86866601e6.tar.bz2
Update build_cmake.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 2f80b15..49cdda0 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -111,7 +111,8 @@ jobs:
sudo apt install libclang-common-10-dev libclang-10-dev
apt list --installed | egrep '(clang|llvm)'
ls -d /usr/lib/llvm-*/include/
- ls -d /usr/bin/clang*
+ ls -al /usr/bin/clang++
+ which clang++
clang++ -v
if: matrix.config.os == 'ubuntu-20.04'