Fix CI
This commit is contained in:
parent
3fdef93258
commit
24cb0c2bcc
2 changed files with 2 additions and 1 deletions
|
|
@ -87,6 +87,7 @@ jobs:
|
|||
- target: x86_64-pc-windows-msvc
|
||||
os: windows-latest
|
||||
rust: nightly
|
||||
test_unc: 1
|
||||
- target: i686-pc-windows-gnu
|
||||
os: windows-latest
|
||||
rust: nightly-i686-gnu
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ else
|
|||
fi
|
||||
|
||||
if [ "${TEST_UNC:-}" = "1" ]; then
|
||||
run="cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir \"\\\\?\\$(pwd)\""
|
||||
run="cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir \\\\?\\$TEMP\\test_unc"
|
||||
$run
|
||||
$run --release
|
||||
$run --features c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue