Skip to content

Commit

Permalink
[C++] Add clang-17 to GHA
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Feb 11, 2024
1 parent 238d921 commit ec40750
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ jobs:
~/.asdf/bin/asdf plugin add awfy https://github.com/smarr/asdf-awfy.git
if: matrix.id == 'squeak' || matrix.id == 'pharo'

- name: Install Clang 17
run: |
wget -O - 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-17 main"
sudo apt-get update
sudo apt-get install -y clang-17 clang-format-17 clang-tidy-17
if: matrix.id == 'cpp'

- name: Install Crystal
if: matrix.id == 'crystal'
uses: oprypin/install-crystal@v1
Expand Down

0 comments on commit ec40750

Please sign in to comment.