Skip to content

Commit

Permalink
apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon authored Nov 25, 2024
1 parent 9111dd4 commit 609a819
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 609a819

Please sign in to comment.