Skip to content

Commit

Permalink
Add gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Oct 31, 2020
1 parent 2d47e25 commit 622cca5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: 'recursive'
- name: Install gfortran by apt
run: |
apt update
apt install -y gfortran
- name: Install OpenBLAS by apt
run: |
apt update
Expand Down

0 comments on commit 622cca5

Please sign in to comment.