File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ if isWindows && isKnownToBeMingwBuild; then
42
42
43
43
curl -o mingw.7z "${MIRRORS_BASE}/${mingw_archive}"
44
44
7z x -y mingw.7z > /dev/null
45
- ciCommandAddPath "$(pwd)/${mingw_dir}/bin"
45
+ ciCommandAddPath "$(cygpath -m "$( pwd)/${mingw_dir}/bin") "
46
46
fi
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if isWindows; then
12
12
7z x -oninja ninja.zip
13
13
rm ninja.zip
14
14
ciCommandSetEnv "RUST_CONFIGURE_ARGS" "${RUST_CONFIGURE_ARGS} --enable-ninja"
15
- ciCommandAddPath "$(pwd)/ninja"
15
+ ciCommandAddPath "$(cygpath -m "$( pwd)/ninja") "
16
16
elif isMacOS; then
17
17
brew install ninja
18
18
fi
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ elif isWindows; then
15
15
mkdir -p sccache
16
16
curl -fo sccache/sccache.exe \
17
17
"${MIRRORS_BASE}/2025-02-24-sccache-v0.10.0-x86_64-pc-windows-msvc.exe"
18
- ciCommandAddPath "$(pwd)/sccache"
18
+ ciCommandAddPath "$(cygpath -m "$( pwd)/sccache") "
19
19
fi
20
20
21
21
# FIXME: we should probably install sccache outside the containers and then
You can’t perform that action at this time.
0 commit comments