Skip to content

Commit

Permalink
action test2
Browse files Browse the repository at this point in the history
  • Loading branch information
julienthevenoz committed Jan 18, 2024
1 parent d8956d7 commit dea817e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/systemtests_sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
- name: Build firmware
id: step1
run: |
apt list swig
git clone --recursive https://github.com/bitcraze/crazyflie-firmware.git
make cf2_defconfig
make bindings_python
cd build
python3 setup.py install --user
echo "$PWD"
export PYTHONPATH=/home/github/actions-runner/_work/crazyswarm2/crazyswarm2/crazyflie-firmware/build:$PYTHONPATH
- name: Create workspace
id: step2
run: |
Expand Down

0 comments on commit dea817e

Please sign in to comment.