Skip to content

Commit 32cb3f9

Browse files
committed
+ generate missing folder
1 parent e4683c9 commit 32cb3f9

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
@@ -18,7 +18,7 @@ install:
1818

1919
# get hdf5 binary (just get a prebuild binary for now)
2020
#- ps: Start-FileDownload "https://www.dropbox.com/s/8i2dkznq2bpu0js/hdf5.dll?dl=0"
21-
#- mkdir C:\hdf5_bin
21+
- mkdir C:\hdf5_bin
2222
#- move .\hdf5.dll C:\hdf5_bin
2323
- ps: Invoke-WebRequest "https://www.dropbox.com/s/8i2dkznq2bpu0js/hdf5.dll?dl=0" -OutFile "C:\hdf5_bin\hdf5.dll"
2424
- set PATH=C:\hdf5_bin;%PATH%

0 commit comments

Comments
 (0)