Skip to content

Commit ea12b5c

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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+
add-apt-repository --yes 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main'
25+
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|apt-key add -
2426
apt update
2527
apt install curl python3-poetry clang-format-18 -y
2628
poetry config --list

0 commit comments

Comments
 (0)