Skip to content

Commit

Permalink
Test GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Dec 14, 2020
1 parent c880e83 commit 81b4dd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/install-geos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ GEOS_VERSION=3.8.0
PHP_GEOS_VERSION=1.0.0

sudo apt update
sudo apt remove 'libgeos.*'
sudo apt autoremove

wget https://github.com/libgeos/geos/archive/$GEOS_VERSION.tar.gz
Expand All @@ -22,8 +21,7 @@ cd php-geos-$PHP_GEOS_VERSION
./autogen.sh
./configure
make
mv modules/geos.so $(php-config --extension-dir)
sudo mv modules/geos.so $(php-config --extension-dir)
cd ..

echo "extension=geos.so" > geos.ini
phpenv config-add geos.ini

0 comments on commit 81b4dd4

Please sign in to comment.