Skip to content

Commit

Permalink
Merge pull request #64 from noaa-oar-arl/zmoon-patch-1
Browse files Browse the repository at this point in the history
`apt update` in CI
  • Loading branch information
zmoon authored Nov 25, 2024
2 parents 9111dd4 + 609a819 commit f45664e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fetch-depth: 0

- name: Install dependencies
run: sudo apt-get install -y libnetcdf-dev libnetcdff-dev
liblapack-dev libopenblas-dev
run: sudo apt-get update && sudo apt-get install -y
libnetcdf-dev libnetcdff-dev liblapack-dev libopenblas-dev

- name: Fetch pre-built ESMF
run: |
Expand Down

0 comments on commit f45664e

Please sign in to comment.