Skip to content

Commit 594002f

Browse files
committed
Build/CI: further refine clang build workflow
1 parent 49e4169 commit 594002f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/clang-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- name: Dependencies
1313
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
14+
sudo apt-get update && sudo apt-get install -yq libboost-all-dev clang gcc g++
15+
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
1617
- name: Setup
1718
run: |
1819
mkdir bin

0 commit comments

Comments
 (0)