Skip to content

Commit 493c332

Browse files
add inno setup path to appveyor
1 parent 875fda4 commit 493c332

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ install:
2020
- if defined MINGW_ROOT if defined USING_MSYS2 set PATH=%MINGW_ROOT%\bin;C:\msys64\usr\bin\;%PATH%
2121
#- if defined MINGW_ARCH bash -lc "pacman --needed --noconfirm -S mingw-w64-%MINGW_ARCH%-boost mingw-w64-%MINGW_ARCH%-libarchive"
2222

23+
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
24+
2325
build_script:
2426
- if defined MINGW_ROOT mingw32-make -j%NUMBER_OF_PROCESSORS% install release release-libs
2527

0 commit comments

Comments
 (0)