Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit e8eb4dc

Browse files
committed
Setup windows dev drive
1 parent 196100a commit e8eb4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit-tests-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
tools: phpunit-polyfills
5656
extensions: zip, sqlite3, pdo, pdo_sqlite
5757
ini-values: |
58-
${{ inputs.os == 'windows-latest' && format('sys_temp_dir={0}', env.DEV_DRIVE + '\tmp') || '' }}
58+
${{ inputs.os == 'windows-latest' && format('sys_temp_dir={0}/tmp', env.DEV_DRIVE) || '' }}
5959
6060
- name: Install Composer dependencies (using composer-ci-matrix-tests.json)
6161
run: |

0 commit comments

Comments
 (0)