We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8f92b commit 313ae43Copy full SHA for 313ae43
.github/workflows/ci.yml
@@ -147,11 +147,6 @@ jobs:
147
- name: Build cpp_calling_rust example
148
working-directory: ./examples/cpp_calling_rust
149
run: cargo build
150
- - name: Build llvm example
151
- working-directory: ./examples/llvm
152
- # llvm example needs to install LLVM 13 headers via apt-get.
153
- if: matrix.os == ''
154
- run: sudo apt-get install llvm-13-dev && cargo build
155
156
sanitizer:
157
name: Address Sanitizer
0 commit comments