Skip to content

Commit a56b78c

Browse files
authored
add libclang to CI
1 parent a11d794 commit a56b78c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v3
1515

16+
- name: Install libclang
17+
run: sudo apt-get install -y libclang-dev
18+
1619
- name: Set up Rust
1720
uses: moonrepo/setup-rust@v1
1821
with:

0 commit comments

Comments
 (0)