Skip to content

Commit

Permalink
Fix CI image.
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perseghetti <[email protected]>
  • Loading branch information
bperseghetti committed Nov 18, 2024
1 parent ade74ef commit bd2784a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Install Dependencies
run: |
wget -O- https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
add-apt-repository --no-update --yes "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-18 main"
apt update
apt install curl python3-poetry clang-format-18 -y
poetry config --list
Expand Down
1 change: 0 additions & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ manifest:
- cmsis-dsp
- ubxlib
- fatfs
- segger
- name: zros
remote: cognipilot
revision: 93de4213e5c6c1a3cf1f879ed1e6e4e0b7cb2ae5 # main 8/07/24
Expand Down

0 comments on commit bd2784a

Please sign in to comment.