8000 Fix more copy powershell commands · symfony/symfony@c96184c · GitHub
[go: up one dir, main page]

Skip to content

Commit c96184c

Browse files
committed
Fix more copy powershell commands
1 parent 925bb7f commit c96184c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
Copy php.ini-max php.ini
311311
cd D:\a\symfony\symfony
312312
iwr -outf composer.phar https://getcomposer.org/download/latest-stable/composer.phar
313-
mkdir %APPDATA%\Composer && copy /Y .github\composer-config.json %APPDATA%\Composer\config.json
313+
mkdir %APPDATA%\Composer && Copy .github\composer-config.json %APPDATA%\Composer\config.json
314314
315315
- name: Configure environment
316316
run: |

0 commit comments

Comments
 (0)
0