We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade74ef commit bd2784aCopy full SHA for bd2784a
.github/workflows/build.yml
@@ -21,6 +21,8 @@ jobs:
21
22
- name: Install Dependencies
23
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"
26
apt update
27
apt install curl python3-poetry clang-format-18 -y
28
poetry config --list
west.yml
@@ -29,7 +29,6 @@ manifest:
29
- cmsis-dsp
30
- ubxlib
31
- fatfs
32
- - segger
33
- name: zros
34
remote: cognipilot
35
revision: 93de4213e5c6c1a3cf1f879ed1e6e4e0b7cb2ae5 # main 8/07/24
0 commit comments