diff --git a/.github/workflows/build-x86_64-pc-windows-msvc.yaml b/.github/workflows/build-x86_64-pc-windows-msvc.yaml index 641463a..3b7a82a 100644 --- a/.github/workflows/build-x86_64-pc-windows-msvc.yaml +++ b/.github/workflows/build-x86_64-pc-windows-msvc.yaml @@ -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: |