Skip to content

Commit

Permalink
CI: Add Inno setup
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendade committed Feb 11, 2022
1 parent 8fa66b4 commit d50f710
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
python -m pip install -U wheel
python -m pip install -U pywin32 lxml pymavlink numpy matplotlib==3.2.2 pyserial opencv-python==4.5.3.56 PyYAML Pygame Pillow wxpython prompt-toolkit scipy
python -m pip install -U pyinstaller==4.3 setuptools packaging
- name: Download Inno Setup installer
run: curl -L -o installer.exe http://files.jrsoftware.org/is/6/innosetup-6.2.0.exe
- name: Install Inno Setup
run: ./installer.exe /verysilent /allusers /dir=inst
- name: Build MAVProxy
run: |
python setup.py build install
Expand Down

0 comments on commit d50f710

Please sign in to comment.