Lol whoops, "cp" is the correct command.

This commit is contained in:
James Cole 2023-10-30 06:19:14 +01:00
parent d0d7a0befc
commit a3a412d553
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -43,7 +43,7 @@ jobs:
xmlwriter
- name: Copy standard configuration
run: copy .env.testing .env
run: cp .env.testing .env
- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --no-progress --no-scripts