Skip to content

Commit

Permalink
revert changes to ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsprecious authored Jun 28, 2024
1 parent cc3403b commit 6433ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run Cmake
run: cmake -S . -B build
- name: Build
run: cmake -D LAPACK_LIBRARIES=-llapacke --build build --parallel .
run: cmake --build build --parallel
- name: Run tests
run: |
cd build
Expand Down

0 comments on commit 6433ed0

Please sign in to comment.