Skip to content

Commit

Permalink
nc60
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 12, 2023
1 parent ca51677 commit 4a5d07d
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,26 +171,29 @@ jobs:
run: |
#which cygpath
echo "PKG_CONFIG_PATH=/D/a/_temp/msys64/mingw64/lib:${PKG_CONFIG_PATH}" >> $GITHUB_ENV
echo $PKG_CONFIG_PATH
cat /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf.pc
cat /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf-fortran.pc
sed -i "s|prefix=/mingw64|prefix=/D/a/_temp/msys64/mingw64|g" /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf.pc
sed -i "s|prefix=/mingw64|prefix=/D/a/_temp/msys64/mingw64|g" cat /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf-fortran.pc
#sed -i "s|prefix=/mingw64|prefix=/d/a/_temp/msys64/mingw64|g" /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf.pc
#sed -i "s|prefix=/mingw64|prefix=/d/a/_temp/msys64/mingw64|g" /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf-fortran.pc
sed -i "s|prefix=/mingw64|prefix=d:/a/_temp/msys64/mingw64|g" /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf.pc
sed -i "s|prefix=/mingw64|prefix=d:/a/_temp/msys64/mingw64|g" /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf-fortran.pc
echo "FIXED"
cat /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf.pc
cat /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf-fortran.pc
#find /D/ | grep -i netcdf
#find /C/ | grep -i netcdf
pwd
echo "C"
ls -l /c/
ls -l /c/mingw64
ls -l /c/mingw64/bin
ls -l /c/mingw64/lib
echo "D"
ls -l /d/
ls -l /d/mingw64
ls -l /d/mingw64/bin
ls -l /d/mingw64/lib
#echo "C"
#ls -l /c/
#ls -l /c/mingw64
#ls -l /c/mingw64/bin
#ls -l /c/mingw64/lib
#echo "D"
#ls -l /d/
#ls -l /d/mingw64
#ls -l /d/mingw64/bin
#ls -l /d/mingw64/lib
echo "GHWRK"
echo $GITHUB_WORKSPACE
ls $GITHUB_WORKSPACE
Expand Down

0 comments on commit 4a5d07d

Please sign in to comment.