Skip to content

Commit f8fd60a

Browse files
authored
ci(apt): install llvm and libclang-dev for source package build deps check (#36)
1 parent f36ddc2 commit f8fd60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
sudo apt-get update && \
2828
sudo apt-get install \
29-
debhelper dput tcl-tls libsystemd-dev pkgconf cmake clang libssl-dev
29+
debhelper dput tcl-tls libsystemd-dev pkgconf cmake clang libssl-dev llvm libclang-dev
3030
- name: Determine version
3131
run: |
3232
VERSION="unstable"

0 commit comments

Comments
 (0)