Skip to content

Commit

Permalink
update openblas CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ajz34 committed Jul 19, 2024
1 parent 4cf95b0 commit 954a974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Coverage
env:
LD_LIBRARY_PATH: $HOME/OpenBLAS:$LD_LIBRARY_PATH
RUSTFLAGS: link-arg=-fuse-ld=lld link-arg=-lopenblas -L$HOME/OpenBLAS/lib
RUSTFLAGS: -C link-arg=-fuse-ld=lld -C link-arg=-lopenblas -L$HOME/OpenBLAS/lib
run: |
cargo tarpaulin --out xml
- name: Upload to codecov.io
Expand Down

0 comments on commit 954a974

Please sign in to comment.