Skip to content

Commit 622cca5

Browse files
committed
Add gfortran
1 parent 2d47e25 commit 622cca5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ jobs:
8282
- uses: actions/checkout@v1
8383
with:
8484
submodules: 'recursive'
85+
- name: Install gfortran by apt
86+
run: |
87+
apt update
88+
apt install -y gfortran
8589
- name: Install OpenBLAS by apt
8690
run: |
8791
apt update

0 commit comments

Comments
 (0)