Skip to content

Test \\?\

Test \\?\ #2185

Workflow file for this run

# .github/workflows/ci.yml
name: CI
on: [push]
jobs:
repro:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- run: pwd
- run: echo ${{github.workspace}}
- run: echo \\?\${{github.workspace}}
- run: cargo check --verbose && cargo clean
- run: cargo check --manifest-path \\?\${{github.workspace}}\Cargo.toml --verbose
if: always()
- run: cargo check --verbose
working-directory: \\?\${{github.workspace}}
if: always()