Skip to content

Commit

Permalink
Install clang-18
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Sep 19, 2024
1 parent 1878350 commit 8589759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Deps
run: |
rustup target add riscv64imac-unknown-none-elf
wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 16 && rm llvm.sh
- name: Test
run: |
make
Expand Down

0 comments on commit 8589759

Please sign in to comment.