Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 749d206

Browse files
committed
Updated AppVeyor path configuration.
1 parent a97e1c9 commit 749d206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
OTHER_TARGET: i686-pc-windows-msvc
55

66
install:
7-
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
7+
- set PATH=%PATH%;C:\Program Files\Git\mingw64\bin
88
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
99
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
1010
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin;C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin

0 commit comments

Comments
 (0)