Skip to content

Commit 15f5929

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/book.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
- uses: fortran-lang/setup-fortran@v1
1414
with:
1515
compiler: gcc
16-
- name: Install fortran
17-
- name: Install LaPack
16+
- name: Install LaPack and FFTW
1817
run:
19-
sudo apt-get install libblas-dev liblapack-dev
18+
sudo apt-get install libblas-dev liblapack-dev libfftw3-dev
2019
shell: bash
2120
- uses: actions/setup-python@v5
2221
with:

0 commit comments

Comments
 (0)