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 4d8ad72 commit 2e0c84fCopy full SHA for 2e0c84f
.github/workflows/ros_ci.yml
@@ -30,6 +30,15 @@ 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@master'
44
env: ${{ matrix.env }}
0 commit comments