Skip to content

Commit e2202ef

Browse files
committed
Add blas to guthub actions
1 parent 504e2ad commit e2202ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818

1919
- name: Install dependencies
20-
run: sudo apt-get install emacs autoconf libhdf5-dev
20+
run: sudo apt-get install emacs autoconf libhdf5-dev libblas-dev liblapack-dev
2121

2222
- name: Install the latest TREXIO from the GitHub clone
2323
run: |

0 commit comments

Comments
 (0)