Fix rerun shell
This commit is contained in:
parent
76c3fc5bef
commit
a192979512
1 changed files with 1 additions and 0 deletions
1
.github/workflows/win.yml
vendored
1
.github/workflows/win.yml
vendored
|
|
@ -385,6 +385,7 @@ jobs:
|
||||||
|
|
||||||
- name: Re-run build on failure.
|
- name: Re-run build on failure.
|
||||||
if: failure()
|
if: failure()
|
||||||
|
shell: cmd
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
run: |
|
run: |
|
||||||
cd %REPO_NAME%
|
cd %REPO_NAME%
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue