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 5, 2024
1 parent b773697 commit 636da0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/install_proj.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ proj
echo "PROJ_DIR: $PROJ_DIR"
echo "PROJ_LIB: $PROJ_LIB"
echo "PROJ_INCLUDE: $PROJ_INCLUDE"

gem install rgeo-proj4 -- --with-proj-dir=$PROJ_DIR --with-proj-include=$PROJ_INCLUDE --with-proj-lib=$PROJ_LIB
bundle config build.rgeo-proj4 --with-proj-dir=$PROJ_DIR --with-proj-include=$PROJ_INCLUDE --with-proj-lib=$PROJ_LIB
bundle install

0 comments on commit 636da0c

Please sign in to comment.