Skip to content

Commit

Permalink
CI: Fix gen (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Mar 11, 2024
1 parent a6a72df commit 07713a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository -y 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main'
sudo apt install libclang-dev
cd gen && cargo run --release
cd gen && LD_LIBRARY_PATH=/usr/lib/llvm-19/lib cargo run --release
git diff --exit-code

0 comments on commit 07713a0

Please sign in to comment.