Skip to content

Commit fae5d89

Browse files
committed
Install gfortran
1 parent e1b6d72 commit fae5d89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/openblas.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
- system
2121
steps:
2222
- uses: actions/checkout@v1
23+
- name: apt install gfortran
24+
run: |
25+
apt update
26+
apt install -y gfortran
2327
- name: Install OpenBLAS by apt
2428
run: |
2529
apt update

0 commit comments

Comments
 (0)