Skip to content

Commit 6d6d011

Browse files
committed
Put right LLVM on LD_LIBRARY_PATH
1 parent 98beece commit 6d6d011

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
- name: Run tests with nox
3737
run: |
3838
nox -s tests
39+
env:
40+
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:/usr/lib/llvm-18/lib/
3941

4042
- name: Run linting
4143
run: |

0 commit comments

Comments
 (0)