Skip to content

Commit

Permalink
wip: fix clang build
Browse files Browse the repository at this point in the history
  • Loading branch information
ursfassler committed Jan 4, 2024
1 parent f6550d5 commit de05ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
cpp-compiler:
- g++
- clang++
- clang++-15

runs-on: ubuntu-22.04

Expand All @@ -24,7 +24,7 @@ jobs:
- name: setup environment
run: |
sudo apt-get install --no-install-recommends \
clang \
clang-15 \
cmake \
g++ \
git \
Expand Down

0 comments on commit de05ced

Please sign in to comment.