Skip to content

Commit

Permalink
Update CI.yml (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
musm authored Apr 29, 2021
1 parent 855ba3f commit b4d3434
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 @@ -23,7 +23,7 @@ jobs:
steps:
- name: Install libraries
run: |
sudo apt install mpich libhdf5-mpich-dev
sudo apt-get install mpich libhdf5-mpich-dev
echo "JULIA_HDF5_PATH=/usr/lib/x86_64-linux-gnu/hdf5/mpich/" >> $GITHUB_ENV
echo "JULIA_MPI_BINARY=system" >> $GITHUB_ENV
- uses: actions/checkout@v2
Expand Down

0 comments on commit b4d3434

Please sign in to comment.