We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade74ef commit ea12b5cCopy full SHA for ea12b5c
.github/workflows/build.yml
@@ -21,6 +21,8 @@ jobs:
21
22
- name: Install Dependencies
23
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 -
26
apt update
27
apt install curl python3-poetry clang-format-18 -y
28
poetry config --list
0 commit comments