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 f9275d2 commit 09f8ba9Copy full SHA for 09f8ba9
.github/workflows/ci-linux-ros.yml
@@ -27,5 +27,9 @@ jobs:
27
# path: ${{ env.CCACHE_DIR }}
28
# key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
29
# Run industrial_ci
30
+ - name: Display environment variables
31
+ env: ${{ matrix.env }}
32
+ run: |
33
+ echo "CMAKE_ARGS: "$CMAKE_ARGS
34
- uses: 'ros-industrial/industrial_ci@master'
35
env: ${{ matrix.env }}
0 commit comments