Skip to content

Commit

Permalink
Just running apt-get
Browse files Browse the repository at this point in the history
Of course, its an Ubuntu runner, I can just install openblas like that
  • Loading branch information
2AUK committed Nov 5, 2023
1 parent 035e078 commit 97f6cd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
profile: minimal
toolchain: stable
override: true
- name: Install OpenBLAS
run: sudo apt-get install libopenblas-dev gfortran
- uses: actions-rs/cargo@v1
with:
command: test

0 comments on commit 97f6cd7

Please sign in to comment.