Skip to content

Commit

Permalink
wip: setting clang as the main compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMonkman committed Nov 3, 2020
1 parent d19a566 commit 1758b4f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ jobs:
fail-fast: false
matrix:
config:
- {
name: "Ubuntu 18.04", artifact: "Linux.7z",
os: ubuntu-18.04,
clang-version: "4",
}
- {
name: "Ubuntu 18.04", artifact: "Linux.7z",
os: ubuntu-18.04,
Expand Down Expand Up @@ -201,7 +196,7 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get install clang-${{matrix.config.clang-version}} -y
# sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang-${{ matrix.config.clang-version }} 100
sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang-${{ matrix.config.clang-version }} 100
# - name: Install Compiler
# shell: bash
# run: |
Expand Down

0 comments on commit 1758b4f

Please sign in to comment.