Skip to content

Commit f93c8e6

Browse files
committed
Clean old config
1 parent fb89fcf commit f93c8e6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-x86_64-pc-windows-msvc.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,12 @@ jobs:
5555
id: map_path
5656
shell: powershell
5757
run: subst "R:" "$env:GITHUB_WORKSPACE\rust"
58-
- name: Prepare build
58+
- name: Prepare build 1
59+
working-directory: "R:"
60+
shell: powershell
61+
run: |
62+
Remove-Item config.toml
63+
- name: Prepare build 2
5964
working-directory: "R:"
6065
shell: powershell
6166
run: |

0 commit comments

Comments
 (0)