Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lseman authored Dec 19, 2023
1 parent 92069f9 commit 44c12ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libsuitesparse-dev pybind11-dev python3 python3-dev
sudo apt-get install -y libsuitesparse-dev pybind11-dev python3 python3-dev metis
- name: Configure
run: ${{ matrix.cmake-config-env-vars }} cmake -B build -S .
Expand Down

0 comments on commit 44c12ba

Please sign in to comment.