Skip to content

Commit

Permalink
Composer install different on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
driftingly committed Jun 20, 2024
1 parent a6afa79 commit 7dd5814
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:

- name: Install dev dependencies
run: export COMPOSER=composer-dev.json && composer install
if: matrix.os == 'ubuntu-22.04'

- name: Install dev dependencies
run: set COMPOSER=composer-dev.json && composer install
if: matrix.os == 'windows-2019'

- name: Run Duster
run: ./builds/duster lint --using="tlint,phpcodesniffer,phpcsfixer,pint"
Expand Down

0 comments on commit 7dd5814

Please sign in to comment.