Skip to content

Commit f37830b

Browse files
committed
Fix PATH in AppVeyor config
1 parent fc4bc15 commit f37830b

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
@@ -17,12 +17,12 @@ environment:
1717
install:
1818
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:CHANNEL}-${env:TARGET}.msi"
1919
- ps: Start-Process -FilePath msiexec -ArgumentList /i, rust-${env:CHANNEL}-${env:TARGET}.msi, INSTALLDIR="C:\Rust", /quiet -Wait
20+
- set PATH=%PATH%;C:\Rust\bin;%HDF5_BINDIR%
2021
- rustc -vV
2122
- cargo -vV
2223
- ps: Invoke-WebRequest "http://www.hdfgroup.org/ftp/HDF5/current/bin/windows/extra/hdf5-1.8.16-win64-vs2015-shared.zip" -OutFile hdf5.zip
2324
- 7z x hdf5.zip -y
2425
- ps: Start-Process -FilePath msiexec -ArgumentList /i, "hdf5\HDF5-1.8.16-win64.msi", /quiet -Wait
25-
- set PATH=%PATH%;C:\Rust\bin;%HDF5_BINDIR%
2626

2727
test_script:
2828
- cd %APPVEYOR_BUILD_FOLDER%\libhdf5-lib

0 commit comments

Comments
 (0)