Skip to content

Commit

Permalink
Github Actions command fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcdr committed Oct 14, 2023
1 parent 24ba764 commit e189302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install valgrind
sudo apt-get install libatlas3-base libatlas-base-dev liblapacke-dev
sudo apt-get install libopenblas-dev liblapacke-dev
- name: Prepare Google Test
Expand Down

0 comments on commit e189302

Please sign in to comment.