Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
allow_failure: true

- name: Archive build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binaries
path: RemoteIDModule/ArduRemoteID*.bin
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_build_env.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

python3 -m pip install empy
python3 -m pip install empy==3.3.4
python3 -m pip install pymavlink
python3 -m pip install dronecan
python3 -m pip install pyserial
Expand Down
Loading