Skip to content

Commit 853263a

Browse files
theKidOfArcraniaAmanieu
authored andcommitted
Fix CI
1 parent b0f1966 commit 853263a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
- target: x86_64-pc-windows-msvc
8888
os: windows-latest
8989
rust: nightly
90+
test_unc: 1
9091
- target: i686-pc-windows-gnu
9192
os: windows-latest
9293
rust: nightly-i686-gnu

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ else
3333
fi
3434

3535
if [ "${TEST_UNC:-}" = "1" ]; then
36-
run="cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir \"\\\\?\\$(pwd)\""
36+
run="cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir \\\\?\\$TEMP\\test_unc"
3737
$run
3838
$run --release
3939
$run --features c

0 commit comments

Comments
 (0)