Skip to content

Commit

Permalink
Add dep
Browse files Browse the repository at this point in the history
  • Loading branch information
armandfardeau committed Jan 13, 2023
1 parent 0dc833f commit 0df026d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added .github/proj.tar.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
restore-keys: |
npm-
- run: |
sudo apt-get update && sudo apt-get install libproj-dev proj-bin=7.2.1 -y
sudo apt-cache policy proj-bin
bundle config set build.rgeo-proj4 --with-proj-dir="/usr/bin/"
tar -xzf proj.tar.gz
sudo cp -r proj/* /usr/local/bin/
bundle config set build.rgeo-proj4 --with-proj-dir="/usr/local/bin/"
bundle pristine rgeo-proj4
name: Install Proj
- run: bundle exec rake test_app
Expand Down

0 comments on commit 0df026d

Please sign in to comment.