Skip to content

Commit 073b14d

Browse files
Use binaries from pre-release/testing apt repository (#7)
Signed-off-by: Christophe Bedard <[email protected]>
1 parent 25142e8 commit 073b14d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/sanity.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- uses: ros-tooling/setup-ros@master
2525
with:
2626
required-ros-distributions: ${{ matrix.build-type == 'binary' && matrix.distro || '' }}
27+
use-ros2-testing: true
2728
- name: Pre-build (source)
2829
run: |
2930
cd $GITHUB_WORKSPACE/ws

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- uses: ros-tooling/setup-ros@master
4444
with:
4545
required-ros-distributions: ${{ matrix.build-type == 'binary' && matrix.distro || '' }}
46+
use-ros2-testing: true
4647
- name: Install LTTng
4748
run: |
4849
sudo apt-get update

0 commit comments

Comments
 (0)