We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea817e commit 4ca7693Copy full SHA for 4ca7693
.github/workflows/systemtests_sim.yml
@@ -13,8 +13,10 @@ jobs:
13
- name: Build firmware
14
id: step1
15
run: |
16
- apt list swig
17
- git clone --recursive https://github.com/bitcraze/crazyflie-firmware.git
+ #rm crazyflie-firmware
+ #git clone --recursive https://github.com/bitcraze/crazyflie-firmware.git
18
+ ls crazyflie-firmware || git clone --recursive https://github.com/bitcraze/crazyflie-firmware.git
19
+ cd crazyflie-firmware
20
make cf2_defconfig
21
make bindings_python
22
cd build
0 commit comments