Skip to content

Commit

Permalink
action test
Browse files Browse the repository at this point in the history
  • Loading branch information
julienthevenoz committed Jan 18, 2024
1 parent dea817e commit 4ca7693
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/systemtests_sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
- name: Build firmware
id: step1
run: |
apt list swig
git clone --recursive https://github.com/bitcraze/crazyflie-firmware.git
#rm crazyflie-firmware
#git clone --recursive https://github.com/bitcraze/crazyflie-firmware.git
ls crazyflie-firmware || git clone --recursive https://github.com/bitcraze/crazyflie-firmware.git
cd crazyflie-firmware
make cf2_defconfig
make bindings_python
cd build
Expand Down

0 comments on commit 4ca7693

Please sign in to comment.