Skip to content

Commit f94e460

Browse files
authored
Properly escape filename to match the shell type.
1 parent 53b8663 commit f94e460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Tests
4646
if: inputs.arch != 'arm64'
4747
run: >-
48-
.\PCbuild\rt.bat
48+
.\\PCbuild\\rt.bat
4949
-p "${ARCH}"
5050
-d -q -uall -u-cpu -rwW
5151
--slowest --timeout=1200 -j0

0 commit comments

Comments
 (0)