Skip to content

Commit

Permalink
Appveyor: Visual Studio 2022 image has innosetup6 instead of innosetup5
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenNingia committed Feb 8, 2022
1 parent 63ae414 commit cfdf6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ environment:

install:
- if %PYTHONDIR:-x64=%==%PYTHONDIR% (set ARCH=x86) else set ARCH=x64
- set PATH=%PYTHONDIR%;%PYTHONDIR%\scripts;C:\Program Files (x86)\Inno Setup 5;%PATH%
- set PATH=%PYTHONDIR%;%PYTHONDIR%\scripts;C:\Program Files (x86)\Inno Setup 6;%PATH%
- python --version
- echo %PATH%
- python -m pip install --upgrade pip
Expand Down

0 comments on commit cfdf6a6

Please sign in to comment.