Skip to content

Commit bd2784a

Browse files
committed
Fix CI image.
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
1 parent ade74ef commit bd2784a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
2222
- name: Install Dependencies
2323
run: |
24+
wget -O- https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
25+
add-apt-repository --no-update --yes "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-18 main"
2426
apt update
2527
apt install curl python3-poetry clang-format-18 -y
2628
poetry config --list

west.yml

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ manifest:
2929
- cmsis-dsp
3030
- ubxlib
3131
- fatfs
32-
- segger
3332
- name: zros
3433
remote: cognipilot
3534
revision: 93de4213e5c6c1a3cf1f879ed1e6e4e0b7cb2ae5 # main 8/07/24

0 commit comments

Comments
 (0)