Skip to content

Commit

Permalink
Build: Add recommended libraries to Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendade authored and peterbarker committed Jul 25, 2024
1 parent 3c8140f commit e1aaf6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: ./installer.exe /verysilent /allusers /dir=inst
- name: Build MAVProxy
run: |
python -m pip install . --user
python -m pip install .[recommended] --user
python -m pip list
- name: Prepare installer
run: |
Expand Down
2 changes: 1 addition & 1 deletion windows/MAVProxyWinBuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ python.exe -m pip install -U pyinstaller==6.7.0 packaging

rem -----Build MAVProxy-----
cd ..\
python.exe -m pip install . --user
python.exe -m pip install .[recommended] --user
cd .\MAVProxy
copy ..\windows\mavproxy.spec
pyinstaller -y --clean mavproxy.spec
Expand Down

0 comments on commit e1aaf6a

Please sign in to comment.