From 68c698d0251dcc088da4da2dbe9fffb8eb9af671 Mon Sep 17 00:00:00 2001 From: mjreno Date: Wed, 19 Jul 2023 21:17:26 -0400 Subject: [PATCH] test build netcdf-c 4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 901db5f59b9..eb5bb1488d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -480,7 +480,7 @@ jobs: - name: Make netcdf-c if: runner.os == 'Windows' shell: msys2 {0} - working-directory: netcdf-c + working-directory: netcdf-c/netcdf-c-4.9.2 run: | ./configure --enable-static --disable-shared --disable-dap --disable-examples --disable-v2 --disable-utilities --disable-testsets --disable-libxml2 make install