summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-05-22 14:47:01 (GMT)
committerGitHub <noreply@github.com>2021-05-22 14:47:01 (GMT)
commitcc46defe7c363f5c4cc57bc52d8f443944f25527 (patch)
tree4274f3c9bf2ca6bf747e79ceef6ddb079c05361e
parent49ef367992d72b95dfe11f3815e70c86866601e6 (diff)
downloadDoxygen-cc46defe7c363f5c4cc57bc52d8f443944f25527.zip
Doxygen-cc46defe7c363f5c4cc57bc52d8f443944f25527.tar.gz
Doxygen-cc46defe7c363f5c4cc57bc52d8f443944f25527.tar.bz2
Update build_cmake.yml
-rw-r--r--.github/workflows/build_cmake.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 49cdda0..161befc 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -112,6 +112,7 @@ jobs:
apt list --installed | egrep '(clang|llvm)'
ls -d /usr/lib/llvm-*/include/
ls -al /usr/bin/clang++
+ ls -al /etc/alternatives/clang++
which clang++
clang++ -v
if: matrix.config.os == 'ubuntu-20.04'