Skip to content

Commit 09f8ba9

Browse files
authored
ci: display CMAKE_ARGS
1 parent f9275d2 commit 09f8ba9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-linux-ros.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@ jobs:
2727
# path: ${{ env.CCACHE_DIR }}
2828
# key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
2929
# Run industrial_ci
30+
- name: Display environment variables
31+
env: ${{ matrix.env }}
32+
run: |
33+
echo "CMAKE_ARGS: "$CMAKE_ARGS
3034
- uses: 'ros-industrial/industrial_ci@master'
3135
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)