We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e98e2 commit d3ff672Copy full SHA for d3ff672
1 file changed
.github/workflows/colcon-workspace.yml
@@ -81,14 +81,14 @@ jobs:
81
82
- name: ROS 1 CI Action
83
if: ${{ matrix.ros_version == 1 }}
84
- uses: ros-tooling/action-ros-ci@v0.4
+ uses: christian-rauch/action-ros-ci@fix_pip
85
with:
86
package-name: apriltag
87
target-ros1-distro: ${{ matrix.ros_distribution }}
88
89
- name: ROS 2 CI Action
90
if: ${{ matrix.ros_version == 2 }}
91
92
93
94
target-ros2-distro: ${{ matrix.ros_distribution }}
0 commit comments