Skip to content

Commit

Permalink
ci4
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 19, 2023
1 parent 1ccc6bd commit 943a3a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ jobs:
#LDFLAGS="-Wl,-no-undefined" ./configure --enable-shared --disable-dap --disable-examples --disable-v2 --disable-utilities --disable-testsets
echo "LD_LIBRARY_PATH=/d/a/_temp/msys64/mingw64/lib" >> $GITHUB_ENV
echo "PATH=/d/a/_temp/msys64/mingw64/usr/bin:/d/a/_temp/msys64/mingw64/bin:/d/a/modflow6/modflow6/ncc/include:/d/a/modflow6/modflow6/ncf/netcdf-fortran-4.6.1/fortran/.libs:/d/a/modflow6/modflow6/modflow6/bin" >> $GITHUB_ENV
ln -s /d/a/_temp/msys64/mingw64/usr/bin/cygpath.exe /d/a/modflow6/modflow6/ncc/include/cygpath
which cygpath
ls -l /d/a/_temp/msys64/mingw64
ls -l /d/a/_temp/msys64/mingw64/bin | grep cygpath
ls -l /d/a/_temp/msys64/mingw64/usr/bin | grep cygpath
sed -i.bak -e "s/\(allow_undefined=\)yes/\1no/" libtool
echo "grep:"
grep -nrIl nc_inq_libvers .
Expand Down

0 comments on commit 943a3a0

Please sign in to comment.