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 ce5465c commit cf447c8Copy full SHA for cf447c8
.github/workflows/ros_ci.yml
@@ -13,9 +13,7 @@ jobs:
13
env:
14
- {ROS_DISTRO: melodic, PRERELEASE: false}
15
- {ROS_DISTRO: noetic}
16
- - {ROS_DISTRO: foxy}
17
- {ROS_DISTRO: rolling}
18
- - {ROS_DISTRO: humble}
19
20
CCACHE_DIR: /home/runner/.ccache # Enable ccache
21
PRERELEASE: true
@@ -31,5 +29,5 @@ jobs:
31
29
path: ${{ env.CCACHE_DIR }}
32
30
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
33
# Run industrial_ci
34
- - uses: 'ros-industrial/industrial_ci@6a8f546cbd31fbd5c9f77e3409265c8b39abc3d6'
+ - uses: 'ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b'
35
env: ${{ matrix.env }}
0 commit comments