Skip to content

Commit

Permalink
Fix clang setup
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Aug 25, 2024
1 parent 3e3667d commit 8314a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['10', '11', '12', '13', '14', '15', '16', '17', '18']
version: ['10', '11', '12', '13', '14', '15', '16', '17']

env:
CC: clang-${{ matrix.version }}
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Install compiler
run: |
curl -L https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-${{ matrix.version }} main"
sudo add-apt-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main"
sudo apt-get update
sudo apt-get install -y clang-${{ matrix.version }} libstdc++-7-dev libbsd-dev uuid-dev
Expand Down

0 comments on commit 8314a13

Please sign in to comment.