Skip to content

Commit 2482e90

Browse files
committed
Adjust github action
1 parent 69ac0ff commit 2482e90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
php-version: ${{ matrix.php-version }}
1919
# tools: phpunit
2020
- run: |
21-
curl -s http://getcomposer.org/installer | php
22-
php composer.phar install
21+
curl -s http://getcomposer.org/installer | php
22+
php composer.phar install
2323
- env:
2424
DETECTLANGUAGE_API_KEY: ${{ secrets.DETECTLANGUAGE_API_KEY }}
2525
run: phpunit

0 commit comments

Comments
 (0)