Skip to content

Commit

Permalink
isntalling netcdff
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Mar 8, 2024
1 parent 8eb6454 commit d7f4136
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libnetcdf-dev netcdf-bin libnetcdff-dev
- name: Run Cmake
run: cmake -S . -B build
- name: Build
Expand Down

0 comments on commit d7f4136

Please sign in to comment.