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 6201cb5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,17 @@ jobs:
libxinerama-dev \
libxi-dev \
libxrandr-dev \
libgl1-mesa-dev
libgl1-mesa-dev \
libncurses5
- 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
Expand Down

0 comments on commit 6201cb5

Please sign in to comment.