diff --git a/.github/workflows/ci2.yml b/.github/workflows/ci2.yml index c4efe19936b..14f2994b15e 100644 --- a/.github/workflows/ci2.yml +++ b/.github/workflows/ci2.yml @@ -115,11 +115,16 @@ jobs: #cat /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf-fortran.pc echo "PWD:" pwd - echo "find libnetcdff:" - find ../ncf | grep -i libnetcdff - echo "find incdir:" - find .. | grep -i netcdf4_nf_interfaces.mod - find $GITHUB_WORKSPACE | grep -i netcdf4_nf_interfaces.mod + #echo "find libnetcdff:" + #find ../ncf | grep -i libnetcdff + #echo "find incdir:" + #find .. | grep -i netcdf4_nf_interfaces.mod + #find $GITHUB_WORKSPACE | grep -i netcdf4_nf_interfaces.mod + echo "find mingw64:" + find .. -type d | grep -i mingw64 + find .. -type d | grep -i include + find $GITHUB_WORKSPACE -type d | grep -i mingw64 + find $GITHUB_WORKSPACE -type d | grep -i include #echo "ls -l ../netcdf/lib/libnetcdff.a:" #ls -l ../netcdf/lib/libnetcdff.a #echo "GHWRK"