Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed May 28, 2020
1 parent 49e8ef6 commit d53225b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
sudo apt-get update;
wget https://github.com/OSGeo/PROJ/releases/download/7.0.0/proj-7.0.0.tar.gz;
tar -xzvf proj-7.0.0.tar.gz;
pushd proj-7.0.0 && ./configure --prefix=/usr && make && sudo make install && popd;
Expand Down

0 comments on commit d53225b

Please sign in to comment.