From 15b9cef04159f8e430656fb70e4136a94e12a250 Mon Sep 17 00:00:00 2001 From: Bernd Pfrommer Date: Fri, 24 Nov 2023 10:13:10 -0500 Subject: [PATCH] use newer CI job to build on all rosdistros --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 65e5c0d..abd96a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,6 @@ jobs: with: repo: ${{ github.event.repository.name }} build_ros2: - uses: ros-event-camera/ros-build-action/.github/workflows/build_ros2.yml@master + uses: ros-event-camera/ros-build-action/.github/workflows/ros2_ci.yml@master with: repo: ${{ github.event.repository.name }}