Skip to content

Commit 3c9e3e3

Browse files
committed
github runner ci comes with ninja
1 parent 42a8d52 commit 3c9e3e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636

3737
- name: install NetCDF system libs
3838
if: runner.os == 'Linux'
39-
run: sudo apt install --no-install-recommends ninja-build libnetcdff-dev
39+
run: sudo apt install --no-install-recommends libnetcdff-dev
4040

4141
- name: install NetCDF system libs
4242
if: runner.os == 'macOS'
43-
run: brew install ninja netcdf-fortran
43+
run: brew install netcdf-fortran
4444

4545
- run: >-
4646
cmake

0 commit comments

Comments
 (0)