Skip to content

Commit e1aaf6a

Browse files
stephendadepeterbarker
authored andcommitted
Build: Add recommended libraries to Windows build
1 parent 3c8140f commit e1aaf6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/windows_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: ./installer.exe /verysilent /allusers /dir=inst
3434
- name: Build MAVProxy
3535
run: |
36-
python -m pip install . --user
36+
python -m pip install .[recommended] --user
3737
python -m pip list
3838
- name: Prepare installer
3939
run: |

windows/MAVProxyWinBuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ python.exe -m pip install -U pyinstaller==6.7.0 packaging
3838

3939
rem -----Build MAVProxy-----
4040
cd ..\
41-
python.exe -m pip install . --user
41+
python.exe -m pip install .[recommended] --user
4242
cd .\MAVProxy
4343
copy ..\windows\mavproxy.spec
4444
pyinstaller -y --clean mavproxy.spec

0 commit comments

Comments
 (0)