Skip to content

Commit

Permalink
Clean old config
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Jun 17, 2024
1 parent fb89fcf commit f93c8e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-x86_64-pc-windows-msvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@ jobs:
id: map_path
shell: powershell
run: subst "R:" "$env:GITHUB_WORKSPACE\rust"
- name: Prepare build
- name: Prepare build 1
working-directory: "R:"
shell: powershell
run: |
Remove-Item config.toml
- name: Prepare build 2
working-directory: "R:"
shell: powershell
run: |
Expand Down

0 comments on commit f93c8e6

Please sign in to comment.