Skip to content

Commit 2e0c84f

Browse files
committed
ci/ros: try to debug
1 parent 4d8ad72 commit 2e0c84f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ros_ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ jobs:
3030
with:
3131
path: ${{ env.CCACHE_DIR }}
3232
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+
- name: Echo CCACHE_DIR
39+
shell: bash -l {0}
40+
run: |
41+
echo CCACHE_DIR=${CCACHE_DIR}
3342
# Run industrial_ci
3443
- uses: 'ros-industrial/industrial_ci@master'
3544
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)