Skip to content

Commit

Permalink
Merge pull request #70 from COSIMA/fix-CI
Browse files Browse the repository at this point in the history
Update oasis3-mct to fix broken CI
  • Loading branch information
aekiss authored Sep 20, 2021
2 parents a28ed21 + bb189b8 commit 0ab7295
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
echo "os_version=${{ steps.system-info.outputs.release }}" >> $GITHUB_ENV
- name: Install dependencies
run: sudo apt-get install -y csh openmpi-bin libopenmpi-dev netcdf-bin libnetcdf-dev libnetcdff-dev
run: |
sudo apt-get update
sudo apt-get install -y csh openmpi-bin libopenmpi-dev netcdf-bin libnetcdf-dev libnetcdff-dev
- name: Build libaccessom2
run: |
Expand Down
2 changes: 1 addition & 1 deletion oasis3-mct

0 comments on commit 0ab7295

Please sign in to comment.