Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 15f5929

Browse files
committedOct 13, 2024·
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)
Please sign in to comment.