Skip to content

Commit 8c07208

Browse files
committed
Fix CI
1 parent 6b982c7 commit 8c07208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: sudo apt-get update
2424

2525
- name: install dependencies
26-
run: sudo apt-get install emacs autoconf
26+
run: sudo apt-get install emacs autoconf libblas-dev liblapack-dev
2727

2828
- name: ./autogen.sh
2929
run: ./autogen.sh

0 commit comments

Comments
 (0)