Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 71c037c

Browse files
committed
Blah
1 parent 59042ae commit 71c037c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.appveyor.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ environment:
1212
- RUBY_VERSION: 26
1313
RUST_HOST: i686-pc-windows-msvc
1414
RUST_VERSION: stable
15-
MINGW64_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1
15+
MINGW64_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32
1616
MSYS_PATH: C:\MinGW\msys\1.0
1717
# 64-bit
1818
- RUBY_VERSION: 26-x64
1919
RUST_HOST: x86_64-pc-windows-msvc
2020
RUST_VERSION: stable
21-
MINGW64_PATH: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0
21+
MINGW64_PATH: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64
2222
MSYS_PATH: C:\msys64
2323
# 64-bit
2424
- RUBY_VERSION: 26-x64
2525
RUST_HOST: x86_64-pc-windows-msvc
2626
RUST_VERSION: nightly
27-
MINGW64_PATH: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0
27+
MINGW64_PATH: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64
2828
MSYS_PATH: C:\msys64
2929

3030
matrix:
@@ -35,8 +35,9 @@ matrix:
3535
fast_finish: true
3636

3737
install:
38-
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%MINGW64_PATH%;%MSYS_PATH%\bin;%HOMEDRIVE%%HOMEPATH%\.cargo\bin;%APPVEYOR_BUILD_FOLDER%\ruby\windows_build;%PATH%
38+
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%MINGW64_PATH%\bin;%MSYS_PATH%\bin;%HOMEDRIVE%%HOMEPATH%\.cargo\bin;%APPVEYOR_BUILD_FOLDER%\ruby\windows_build;%PATH%
3939
- echo %PATH%
40+
- dir %MINGW64_PATH%
4041
- set HELIX_ROOT=%APPVEYOR_BUILD_FOLDER%
4142
- IF NOT EXIST %HOMEDRIVE%%HOMEPATH%\.cargo\bin (curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain %RUST_VERSION% --default-host %RUST_HOST% -y)
4243
- rustup default %RUST_VERSION%-%RUST_HOST%

0 commit comments

Comments
 (0)