Skip to content

Commit

Permalink
nc33
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 11, 2023
1 parent 7414f46 commit 8e100df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,12 @@ jobs:
echo "0:"
echo $GITHUB_WORKSPACE
echo "1:"
ls -l $GITHUB_WORKSPACE/mingw64/lib/pkgconfig
ls -l $GITHUB_WORKSPACE\mingw64\lib
ls -l $GITHUB_WORKSPACE\mingw64\lib\pkgconfig
echo "2:"
ls -l /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf-fortran.pc
echo "PKG_CONFIG_PATH=$GITHUB_WORKSPACE/mingw64/lib/pkgconfig" >> $GITHUB_ENV
#echo "PKG_CONFIG_PATH=$GITHUB_WORKSPACE/mingw64/lib/pkgconfig" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=/D/a/_temp/msys64/mingw64/lib/pkgconfig" >> $GITHUB_ENV
meson setup builddir -Ddebug=false --prefix=$(pwd) --libdir=bin
meson install -C builddir
Expand Down

0 comments on commit 8e100df

Please sign in to comment.