We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f5929 commit ee03b75Copy full SHA for ee03b75
.github/workflows/book.yml
@@ -10,12 +10,9 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: fortran-lang/setup-fortran@v1
14
- with:
15
- compiler: gcc
16
- - name: Install LaPack and FFTW
+ - name: Install Fortran, Lapack and FFTW
17
run:
18
- sudo apt-get install libblas-dev liblapack-dev libfftw3-dev
+ sudo apt-get install gfortran libblas-dev liblapack-dev libfftw3-dev
19
shell: bash
20
- uses: actions/setup-python@v5
21
with:
0 commit comments