diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a141115..28a3ee5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -20,7 +20,7 @@ jobs: run: php -r "file_exists('.env') || copy('.env.example', '.env');" - name: Install Dependencies run: | - rd /s /q "vendor" + remove-item 'vendor' -recurse -force composer install - name: Execute tests via PHPUnit run: |