File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160
161161 - uses : cygwin/cygwin-install-action@v6
162162 with :
163- packages : cygwin64 gcc-g++=10.2.0-1 ccache python39 python39-future python39- lxml python39-pip python39-setuptools python39-wheel git procps gettext
163+ packages : cygwin64 gcc-g++=10.2.0-1 ccache python39 python39-lxml python39-pip python39-setuptools python39-wheel git procps gettext
164164 add-to-path : false
165165 # Put ccache into github cache for faster build
166166 - name : setup ccache
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 shell : bash
176176 run : |
177177 sudo apt-get update
178- sudo apt-get install git wget libncurses-dev flex bison gperf python3 python3-pip python3-venv python3-setuptools python3-serial python3-gevent python3-cryptography python3-future python3- pyparsing python3-pyelftools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 cmake
178+ sudo apt-get install git wget libncurses-dev flex bison gperf python3 python3-pip python3-venv python3-setuptools python3-serial python3-gevent python3-cryptography python3-pyparsing python3-pyelftools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 cmake
179179 python3 --version
180180 python3 -m pip install gevent
181181
@@ -199,7 +199,7 @@ jobs:
199199 ./install.sh esp32,esp32s3
200200 source ./export.sh
201201 cd ../..
202- python3 -m pip install --progress-bar off future lxml pymavlink MAVProxy pexpect flake8 geocoder empy==3.3.4 dronecan "pydantic<2.12"
202+ python3 -m pip install --progress-bar off lxml pymavlink MAVProxy pexpect flake8 geocoder empy==3.3.4 dronecan "pydantic<2.12"
203203 which cmake
204204 ./waf configure --board ${{matrix.config}}
205205 echo './waf configure --board ${{matrix.config}}' >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments