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 6f17530
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ jobs:
libxrandr-dev \
libgl1-mesa-dev
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
env: true
version: "18"

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

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

0 comments on commit 6f17530

Please sign in to comment.