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 a9c0737
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,23 @@ 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: /home/runner/work/blur/blur/llvm/bin/clang++ --version

# Install Ninja
- name: Install Ninja
uses: seanmiddleditch/gha-setup-ninja@master
with:
version: 1.11.1
version: 1.12.1

# Setup vcpkg
- name: Setup vcpkg
Expand Down

0 comments on commit a9c0737

Please sign in to comment.