Skip to content

Commit

Permalink
fixing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Sep 16, 2023
1 parent 14e16cc commit 0b2fac7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unstable_thirdparty_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ jobs:
path: /tmp/artifacts/
- id: execute
run: |
[ -e /tmp/artifacts/compiled.txt ] && rm /tmp/artifacts/compiled.txt
[ -e /tmp/artifacts/idx.txt ] && rm /tmp/artifacts/idx.txt
[ -e /tmp/artifacts/compile_further.txt ] && rm /tmp/artifacts/compile_further.txt
rm /tmp/artifacts/compiled.txt 2> /dev/null || true
rm /tmp/artifacts/idx.txt 2> /dev/null || true
rm /tmp/artifacts/compile_further.txt 2> /dev/null || true
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down
20 changes: 10 additions & 10 deletions thirdparty.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
px4_sitl_gazebo:
architecture: [amd64, arm64]
source: https://github.com/ctu-mrs/px4_sitl_gazebo
unstable_ref: firmware_1.13.2-deb
stable_ref: firmware_1.13.2-deb

# nlopt:
# px4_sitl_gazebo:
# architecture: [amd64, arm64]
# source: https://github.com/ctu-mrs/nlopt_ros
# unstable_ref: hw_api_ci
# stable_ref: hw_api_ci
# source: https://github.com/ctu-mrs/px4_sitl_gazebo
# unstable_ref: firmware_1.13.2-deb
# stable_ref: firmware_1.13.2-deb

nlopt:
architecture: [amd64, arm64]
source: https://github.com/ctu-mrs/nlopt_ros
unstable_ref: hw_api_ci
stable_ref: hw_api_ci

# ouster_ros:
# architecture: [amd64, arm64]
Expand Down

0 comments on commit 0b2fac7

Please sign in to comment.