Skip to content

Commit

Permalink
fix(ci): install latest clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
f0e committed Dec 1, 2024
1 parent 900ffa9 commit 10a91a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
libxrandr-dev \
libgl1-mesa-dev
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "19"

- name: debug
run: clang++ --version

# Install Ninja
- name: Install Ninja
uses: seanmiddleditch/gha-setup-ninja@master
Expand Down

0 comments on commit 10a91a5

Please sign in to comment.