summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-05-22 14:50:22 (GMT)
committerGitHub <noreply@github.com>2021-05-22 14:50:22 (GMT)
commitfbeef943bd0713d0dc3e83b9148e9dd0b69ea35b (patch)
tree5b0f31342d9ef05696c4137793cea373e57788ef /.github
parentcc46defe7c363f5c4cc57bc52d8f443944f25527 (diff)
downloadDoxygen-fbeef943bd0713d0dc3e83b9148e9dd0b69ea35b.zip
Doxygen-fbeef943bd0713d0dc3e83b9148e9dd0b69ea35b.tar.gz
Doxygen-fbeef943bd0713d0dc3e83b9148e9dd0b69ea35b.tar.bz2
Update build_cmake.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 161befc..ff3d62a 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -111,6 +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/
+ sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-10 100
+ sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-10 100
ls -al /usr/bin/clang++
ls -al /etc/alternatives/clang++
which clang++