Skip to content

Commit ee03b75

Browse files
committed
Update book.yml
1 parent 15f5929 commit ee03b75

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/book.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: fortran-lang/setup-fortran@v1
14-
with:
15-
compiler: gcc
16-
- name: Install LaPack and FFTW
13+
- name: Install Fortran, Lapack and FFTW
1714
run:
18-
sudo apt-get install libblas-dev liblapack-dev libfftw3-dev
15+
sudo apt-get install gfortran libblas-dev liblapack-dev libfftw3-dev
1916
shell: bash
2017
- uses: actions/setup-python@v5
2118
with:

0 commit comments

Comments
 (0)