Skip to content

Commit 0b47d06

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ 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
25-
apt install curl python3-poetry clang-format-18 -y
27+
apt install pipx curl clang-format-18 -y
28+
pipx install poetry==1.8.3
2629
poetry config --list
2730
2831
- name: Checkout

0 commit comments

Comments
 (0)