Skip to content

Commit 7eebf93

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/book.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ jobs:
1313
- uses: fortran-lang/setup-fortran@v1
1414
with:
1515
compiler: gcc
16-
version: 10
16+
- name: Install fortran
17+
- name: Install LaPack
18+
run:
19+
sudo apt-get install libblas-dev liblapack-dev
20+
shell: bash
1721
- uses: actions/setup-python@v5
1822
with:
1923
python-version: '3.8'

0 commit comments

Comments
 (0)