We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e4169 commit 594002fCopy full SHA for 594002f
.github/workflows/clang-build.yml
@@ -11,8 +11,9 @@ jobs:
11
- uses: actions/checkout@v2
12
- name: Dependencies
13
run: |
14
- sudo apt-get update && sudo apt-get install -yq libboost-all-dev clang-11
15
- sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang-11 100 --slave /usr/bin/c++ c++ /usr/bin/clang++-11
+ sudo apt-get update && sudo apt-get install -yq libboost-all-dev clang gcc g++
+ sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100
16
+ sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang 100
17
- name: Setup
18
19
mkdir bin
0 commit comments