Skip to content

Commit

Permalink
Install Clang 18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Oct 11, 2024
1 parent c84ae34 commit 45f397d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "18.1"

- uses: swatinem/rust-cache@v2
with:
prefix-key: 'v0-rust-${{ matrix.build_configuration.target }}-${{ matrix.build_configuration.cpu }}'
Expand Down

0 comments on commit 45f397d

Please sign in to comment.