Skip to content

Commit 07713a0

Browse files
authored
CI: Fix gen (#112)
1 parent a6a72df commit 07713a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ jobs:
7373
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
7474
sudo add-apt-repository -y 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main'
7575
sudo apt install libclang-dev
76-
cd gen && cargo run --release
76+
cd gen && LD_LIBRARY_PATH=/usr/lib/llvm-19/lib cargo run --release
7777
git diff --exit-code

0 commit comments

Comments
 (0)