Skip to content

Commit

Permalink
ci3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 14, 2023
1 parent 26a9d61 commit bd9e830
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bd9e830

Please sign in to comment.