Skip to content

Commit

Permalink
GHA: Add liblapack-dev
Browse files Browse the repository at this point in the history
Don't know which rust dependencies needed it, but it's needed
  • Loading branch information
jeromerobert committed Jan 24, 2025
1 parent 10dfa7b commit 905467a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y libmetis-dev libscotch-dev
- run: sudo apt-get install -y libmetis-dev libscotch-dev liblapack-dev
- name: libOL cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y libmetis-dev libscotch-dev
- run: sudo apt-get install -y libmetis-dev libscotch-dev liblapack-dev
- name: libOL cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 905467a

Please sign in to comment.