Skip to content

Commit 4ca7693

Browse files
action test
1 parent dea817e commit 4ca7693

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/systemtests_sim.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ jobs:
1313
- name: Build firmware
1414
id: step1
1515
run: |
16-
apt list swig
17-
git clone --recursive https://github.com/bitcraze/crazyflie-firmware.git
16+
#rm crazyflie-firmware
17+
#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
1820
make cf2_defconfig
1921
make bindings_python
2022
cd build

0 commit comments

Comments
 (0)