Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 0f0ddfc

Browse files
committed
fix: install llvm
1 parent 7ad7401 commit 0f0ddfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sudo apt-get install -y curl protobuf-compiler build-essential git wget unzip python3 python3-pip \
2828
libssl-dev libffi-dev libreadline-dev zlib1g-dev libbz2-dev libsqlite3-dev libncurses5-dev \
2929
libgdbm-dev libnss3-dev liblzma-dev libxml2-dev libxmlsec1-dev libffi-dev libyaml-dev \
30-
clang gcc-arm-none-eabi gcc-multilib llvm-dev llvm-runtime llvm
30+
clang gcc-arm-none-eabi gcc-multilib llvm-18 llvm-18-dev llvm-18-tools clang-18
3131
- name: Install rust
3232
uses: actions-rs/toolchain@v1
3333
with:

0 commit comments

Comments
 (0)