Skip to content

Commit

Permalink
Use a shorter target directory path in windows CI to work around path…
Browse files Browse the repository at this point in the history
… length limits
  • Loading branch information
benjaminwinger committed Jun 29, 2023
1 parent e7eb7cb commit 43901a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
set OPENSSL_DIR=C:\Program Files\OpenSSL-Win64
set CARGO_TARGET_DIR=%cd%/rust_api_target
make rusttest NUM_THREADS=18
clang-formatting-check:
Expand Down

0 comments on commit 43901a3

Please sign in to comment.