Skip to content

Commit

Permalink
fix branch for ABI check
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Nov 3, 2024
1 parent 774bf64 commit 00b4347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: ros, ABICHECK_URL: "github:ros-drivers/openni2_camera#ros2"}
- {ROS_DISTRO: iron, ROS_REPO: ros, ABICHECK_URL: "github:ros-drivers/openni2_camera#ros2"}
- {ROS_DISTRO: humble, ROS_REPO: ros, ABICHECK_URL: "github:ros-drivers/openni2_camera#iron"}
- {ROS_DISTRO: iron, ROS_REPO: ros, ABICHECK_URL: "github:ros-drivers/openni2_camera#iron"}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 00b4347

Please sign in to comment.