summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-05-22 14:30:08 (GMT)
committerGitHub <noreply@github.com>2021-05-22 14:30:08 (GMT)
commit55607ed8cfd59904a6dc9678ef7d82ff3ee1c80a (patch)
treee918d30256cd40447c7519f5135123a628362ab1
parenta4328e0e3d33d49e9d436c7884297dd6408a4b7a (diff)
downloadDoxygen-55607ed8cfd59904a6dc9678ef7d82ff3ee1c80a.zip
Doxygen-55607ed8cfd59904a6dc9678ef7d82ff3ee1c80a.tar.gz
Doxygen-55607ed8cfd59904a6dc9678ef7d82ff3ee1c80a.tar.bz2
Update build_cmake.yml
-rw-r--r--.github/workflows/build_cmake.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 88dae41..137012d 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -112,7 +112,9 @@ jobs:
sudo apt install llvm-10 llvm-10-dev llvm-10-tools llvm-10-runtime clang-10 clang-format-10 libclang-common-10-dev libclang-10-dev libclang1-10 libllvm10
apt list --installed | egrep '(clang|llvm)'
ls -d /usr/lib/llvm-*/include/
- clang++ -v
+ sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang-10 100
+ sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-10 100
+ c++ -v
if: matrix.config.os == 'ubuntu-20.04'
- name: Install libxapian (Ubuntu 18.04)