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

Commit f7b9208

Browse files
committed
Setup windows dev drive
1 parent e8eb4dc commit f7b9208

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Create DEV_DRIVE/tmp and set TEMP and TMP
3939
if: ${{ inputs.os == 'windows-latest' }}
4040
run: |
41-
mkdir "${{ env.DEV_DRIVE }}\tmp"
41+
mkdir "${{ env.DEV_DRIVE }}\tmp" || true
4242
echo "Setting TEMP and TMP to ${{ env.DEV_DRIVE }}\tmp"
4343
env:
4444
DEV_DRIVE: ${{ env.DEV_DRIVE }}

0 commit comments

Comments
 (0)