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 81b4dd4 commit b3ff8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ jobs:
- name: Install GEOS
run: bash ci/install-geos.sh

- name: Setup Debug Session
uses: csexton/debugger-action@master

- name: Install composer dependencies
run: composer install --no-interaction --no-progress --no-suggest

Expand Down
4 changes: 2 additions & 2 deletions ci/install-geos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cd php-geos-$PHP_GEOS_VERSION
./autogen.sh
./configure
make
sudo mv modules/geos.so $(php-config --extension-dir)
sudo mv modules/geos.so "$(php-config --extension-dir)"
cd ..

echo "extension=geos.so" > geos.ini
sudo bash -c 'echo "extension=geos.so" > "$(php-config --ini-dir)/geos.ini"'

0 comments on commit b3ff8a3

Please sign in to comment.