Skip to content

Commit

Permalink
fix(ci): remove useless packages
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucqs committed Jul 19, 2024
1 parent a305876 commit 5eefcc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
repo-name: llvm-repo
keys-asc: https://apt.llvm.org/llvm-snapshot.gpg.key
- name: Install LLVM
run: sudo apt-get install libllvm-18-ocaml-dev libllvm18 llvm-18 llvm-18-dev llvm-18-doc llvm-18-examples llvm-18-runtime clang-18 clang-tools-18 clang-18-doc libclang-common-18-dev libclang-18-dev libclang1-18 lld-18 libpolly-18-dev libclang-rt-18-dev libc++-18-dev libc++abi-18-dev

run: sudo apt-get install llvm-18 llvm-18-dev
- name: Install toolchain
run: rustup show

Expand Down

0 comments on commit 5eefcc2

Please sign in to comment.