CI: add empy and pexpect to cygwin build
This commit is contained in:
parent
b94d6b064f
commit
32e318efcb
1
.github/workflows/cygwin_build.yml
vendored
1
.github/workflows/cygwin_build.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
||||
choco install cygwin --params "/InstallDir:C:\Cygwin /NoStartMenu /NoAdmin"
|
||||
choco install cygwin32-gcc-g++ python37 python37-future python37-lxml python37-pip python37-setuptools python37-wheel git libexpat procps gettext --source cygwin
|
||||
C:\Cygwin\bin\bash --login -c "ln -sf /usr/bin/python3.7 /usr/bin/python && ln -sf /usr/bin/pip3.7 /usr/bin/pip"
|
||||
C:\Cygwin\bin\bash --login -c "python -m pip install empy pexpect"
|
||||
- name: Build SITL
|
||||
env:
|
||||
HOME: ${{ runner.workspace }}/ardupilot
|
||||
|
Loading…
Reference in New Issue
Block a user