Skip to content

Commit

Permalink
Install blis before running tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
unic0rn9k committed Feb 5, 2022
1 parent c8da12f commit f2a1ace
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Expand Up @@ -43,6 +43,8 @@ jobs:
with:
toolchain: nightly
override: true
- name: Install blis
run: sudo apt install libblis-dev
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
Expand Down

0 comments on commit f2a1ace

Please sign in to comment.