Skip to content

Commit b05a001

Browse files
Install netcdf in github action
1 parent 06f2f03 commit b05a001

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
./configure
3030
make all install
3131
ln -sf /opt/lib/* $LD_LIBRARY_PATH
32-
- name: Install exiftool
32+
- name: Install exiftool and netcdf
3333
run: |
3434
sudo apt install libimage-exiftool-perl -y
35+
sudo apt-get install -y netcdf-bin
3536
- name: Install dependencies
3637
run: |
3738
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)