Skip to content

Commit 08f6782

Browse files
committed
fix(ci): use tarpaulin LLVM engine for C++ FFI compatibility
1 parent fb91fbb commit 08f6782

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,14 @@ jobs:
6060
6161
- name: Install Rust toolchain
6262
uses: dtolnay/rust-toolchain@stable
63+
with:
64+
components: llvm-tools-preview
6365

6466
- name: Install cargo-tarpaulin
6567
run: cargo install cargo-tarpaulin
6668

6769
- name: Generate coverage
68-
run: cargo tarpaulin --out lcov --output-dir ./coverage
70+
run: cargo tarpaulin --engine llvm --out lcov --output-dir ./coverage
6971

7072
- name: Upload to Coveralls
7173
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)