Skip to content

Commit

Permalink
Update workflow for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Aug 7, 2023
1 parent 92cd39b commit f22d56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
compiler: [g++-13]
compiler: [g++-13,clang++-16]

steps:
- name: Checkout code
Expand All @@ -21,7 +21,7 @@ jobs:
submodules: recursive

- name: Install compiler
run: sudo apt install ${{ matrix.compiler }}
run: sudo apt install g++-13 clang-16

- name: Build binaries
env:
Expand Down

0 comments on commit f22d56d

Please sign in to comment.