Skip to content

Commit

Permalink
Add clang 6 in Ubuntu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanel committed Apr 28, 2021
1 parent 3e18b0c commit df7132e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
compiler: [g++-5, g++-6, g++-7, g++-8, g++-9, g++-10, clang++-10]
compiler: [g++-5, g++-6, g++-7, g++-8, g++-9, g++-10, clang++-6.0, clang++-10]
steps:
- uses: actions/checkout@v2
- name: Install dependencies

0 comments on commit df7132e

Please sign in to comment.