Skip to content

Commit

Permalink
windows: enable gd?
Browse files Browse the repository at this point in the history
  • Loading branch information
kornrunner committed Aug 11, 2021
1 parent 84036a2 commit da00e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
fetch-depth: 1

- run: php -v
- run: php --ini
- run: echo extension=gd>>C:\tools\php\php.ini
- run: php -m
- run: composer -V
- run: composer install --no-progress
- run: php -dextension=gd vendor/bin/phpunit
- run: php vendor/bin/phpunit

code_coverage:
name: Code Coverage
Expand Down

0 comments on commit da00e72

Please sign in to comment.