Skip to content

Commit e79dc37

Browse files
committed
Attempt at fixing Eigen build issue
1 parent dfe165c commit e79dc37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/automated_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828

2929
- name: Build BLAS
3030
working-directory: ${{github.workspace}}/eigen
31-
run: make blas
31+
run: cmake --blas
3232

3333
- name: Build Lapack
3434
working-directory: ${{github.workspace}}/eigen
35-
run: make lapack
35+
run: cmake --lapack
3636

3737
- name: Install Eigen
3838
working-directory: ${{github.workspace}}/eigen

0 commit comments

Comments
 (0)