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 6dcd87b commit 22ed283Copy full SHA for 22ed283
.github/workflows/ros_ci.yml
@@ -30,15 +30,6 @@ jobs:
30
with:
31
path: ${{ env.CCACHE_DIR }}
32
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
33
- - name: Echo CCACHE_DIR
34
- shell: bash -l {0}
35
- env: ${{ matrix.env }}
36
- run: |
37
- echo CCACHE_DIR=${CCACHE_DIR}
38
39
40
41
42
# Run industrial_ci
43
- uses: 'ros-industrial/industrial_ci@6a8f546cbd31fbd5c9f77e3409265c8b39abc3d6'
44
env: ${{ matrix.env }}
0 commit comments