Skip to content

Commit 4468435

Browse files
committed
Fix GitHub actions CI by updating to rolling, action-ros v0.2
Signed-off-by: Chris Lalancette <[email protected]>
1 parent 3313084 commit 4468435

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/basic-build-ci.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ on:
55
- push
66

77
jobs:
8-
build-foxy:
8+
build-rolling:
99
runs-on: ubuntu-20.04
1010
strategy:
1111
fail-fast: false
1212
container:
13-
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-testing-latest
13+
image: ubuntu:focal
1414
steps:
15-
- name: Fix Bugs in ros-tooling/action-ros-ci
16-
run: sudo apt update
15+
- uses: ros-tooling/[email protected]
16+
with:
17+
required-ros-distributions: rolling
1718
- name: Run Tests
18-
uses: ros-tooling/action-ros-ci@0.2.0
19+
uses: ros-tooling/action-ros-ci@v0.2
1920
with:
2021
package-name: |
2122
joy
@@ -24,7 +25,7 @@ jobs:
2425
spacenav
2526
wiimote
2627
wiimote_msgs
27-
target-ros2-distro: foxy
28+
target-ros2-distro: rolling
2829
- name: Upload logs
2930
uses: actions/upload-artifact@v1
3031
with:

0 commit comments

Comments
 (0)