Skip to content

Commit

Permalink
Properly escape filename to match the shell type.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio-melotti authored Dec 10, 2024
1 parent 53b8663 commit f94e460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Tests
if: inputs.arch != 'arm64'
run: >-
.\PCbuild\rt.bat
.\\PCbuild\\rt.bat
-p "${ARCH}"
-d -q -uall -u-cpu -rwW
--slowest --timeout=1200 -j0
Expand Down

0 comments on commit f94e460

Please sign in to comment.