Skip to content

Commit

Permalink
Set path for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Feb 25, 2024
1 parent a0e9e34 commit d73a00f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ jobs:
- name: Run sanitizer tests for Windows
if: ${{ runner.os == 'Windows' }}
working-directory: ${{ env.AGENT_CODE }}
run: cargo +nightly test --color always -p ffiwrappers --all-features --target $env:TARGET
run: |
$env:PATH="$env:PATH;$env:VCToolsInstallDir/bin/Hostx64/x64"
cargo +nightly test --color always -p ffiwrappers --all-features --target $env:TARGET
env:
TARGET: ${{ matrix.os.target }}
RUSTFLAGS: -Zsanitizer=${{ matrix.sanitizer }}
Expand Down

0 comments on commit d73a00f

Please sign in to comment.