Skip to content

Commit

Permalink
fix: code coverage generation by setting LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Mar 9, 2024
1 parent 16c3038 commit ea6375f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
uses: dtolnay/rust-toolchain@nightly
- name: Generate code coverage
run: |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib
cargo lockbud -k deadlock
Expand Down

0 comments on commit ea6375f

Please sign in to comment.