Skip to content

Commit

Permalink
Remove custom clang installation
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Oct 11, 2024
1 parent 113a422 commit aa97416
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ jobs:
- run: git submodule update --init
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock

- name: Install libtinfo5
run: sudo apt update && sudo apt install -y libtinfo5

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

- uses: swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit aa97416

Please sign in to comment.