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 98beece commit 6d6d011Copy full SHA for 6d6d011
.github/workflows/ci.yml
@@ -36,6 +36,8 @@ jobs:
36
- name: Run tests with nox
37
run: |
38
nox -s tests
39
+ env:
40
+ LD_LIBRARY_PATH: $LD_LIBRARY_PATH:/usr/lib/llvm-18/lib/
41
42
- name: Run linting
43
0 commit comments