Skip to content

Commit

Permalink
Added missing apt-get install command
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Jan 15, 2025
1 parent dc92dd6 commit f5d7356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: matrix.os == 'ubuntu-24.04'
run: |
sudo apt-get update
gfortran openmpi-bin libopenmpi-dev libhdf5-openmpi-dev liblapack-dev libblas-dev
sudo apt-get install gfortran openmpi-bin libopenmpi-dev libhdf5-openmpi-dev liblapack-dev libblas-dev
# When loading cached apt packages, the default MPI compiler isn't set.
# Workaround is to 'reinstall' openmpi-bin, which doesn't actually perform
Expand Down

0 comments on commit f5d7356

Please sign in to comment.