Skip to content

Commit

Permalink
try to fix CI setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbaraOliveira13 committed Jul 4, 2024
1 parent 709a55b commit b773697
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/install_proj.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,13 @@ cd build || exit
cmake ..
sudo cmake --build . -j "$(nproc)" --target install
sudo ldconfig

export PROJ_DIR=/usr/local
export PROJ_LIB=/usr/local/lib
export PROJ_INCLUDE=/usr/local/include

proj

echo "PROJ_DIR: $PROJ_DIR"
echo "PROJ_LIB: $PROJ_LIB"
echo "PROJ_INCLUDE: $PROJ_INCLUDE"

0 comments on commit b773697

Please sign in to comment.