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

Commit

Permalink
fix: install llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Sep 12, 2024
1 parent 7ad7401 commit 0f0ddfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo apt-get install -y curl protobuf-compiler build-essential git wget unzip python3 python3-pip \
libssl-dev libffi-dev libreadline-dev zlib1g-dev libbz2-dev libsqlite3-dev libncurses5-dev \
libgdbm-dev libnss3-dev liblzma-dev libxml2-dev libxmlsec1-dev libffi-dev libyaml-dev \
clang gcc-arm-none-eabi gcc-multilib llvm-dev llvm-runtime llvm
clang gcc-arm-none-eabi gcc-multilib llvm-18 llvm-18-dev llvm-18-tools clang-18
- name: Install rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 0f0ddfc

Please sign in to comment.