File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -4,25 +4,6 @@ on: [push, pull_request]
44
55jobs :
66 point_cloud_transport_tutorial_ci :
7- name : point_cloud_transport_tutorial CI
8- runs-on : ubuntu-latest
9- strategy :
10- fail-fast : false
11- matrix :
12- include :
13- - docker-image : " ubuntu:22.04"
14- ros-distro : " rolling"
15- container :
16- image : ${{ matrix.docker-image }}
17- steps :
18- - name : Checkout
19- uses : actions/checkout@v2
20- - name : Build and Test
21- run : .github/workflows/build-and-test.sh
22- env :
23- DOCKER_IMAGE : ${{ matrix.docker-image }}
24- ROS_DISTRO : ${{ matrix.ros-distro }}
25- point_cloud_transport_tutorial_humble_ci :
267 name : point_cloud_transport_tutorial CI
278 runs-on : ubuntu-latest
289 strategy :
3516 image : ${{ matrix.docker-image }}
3617 steps :
3718 - name : Checkout
38- uses : actions/checkout@v2
19+ uses : actions/checkout@v4
3920 - name : Build and Test
4021 run : .github/workflows/build-and-test.sh
4122 env :
You can’t perform that action at this time.
0 commit comments