Skip to content

Commit

Permalink
nc59
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 12, 2023
1 parent c468494 commit ca51677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ jobs:
echo "PKG_CONFIG_PATH=/D/a/_temp/msys64/mingw64/lib:${PKG_CONFIG_PATH}" >> $GITHUB_ENV
cat /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf.pc
cat /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf-fortran.pc
run: sed -i "s|prefix=/mingw64|prefix=/D/a/_temp/msys64/mingw64|g" /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf.pc
run: 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" cat /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
Expand Down

0 comments on commit ca51677

Please sign in to comment.