Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Sep 19, 2024
1 parent 42fe7b2 commit e4ee093
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,14 @@ jobs:
channel: nightly-2024-05-21
components: rust-src,rustc-dev,llvm-tools-preview,clippy
cache: false
- name: Inspect
run: |
rustup show
ls /usr/local/rustup/toolchains/nightly-2024-05-21-x86_64-unknown-linux-gnu/lib
- name: Generate code coverage
run: |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/rustup/toolchains/nightly-2024-05-21-x86_64-unknown-linux-gnu/lib
cargo lockbud -k deadlock
target-branch-check:
name: target-branch-check
runs-on: ubuntu-latest
Expand Down

0 comments on commit e4ee093

Please sign in to comment.