chore: Print debugging

This commit is contained in:
Francois Best 2021-08-10 09:07:04 +02:00
parent 51cbe85855
commit 95af9c25c1
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,6 @@ env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release BUILD_TYPE: Release
LCOV_ROOT: ${{github.workspace}}/lcov LCOV_ROOT: ${{github.workspace}}/lcov
PATH: "$LCOV_ROOT;$PATH"
jobs: jobs:
build: build:
@ -21,6 +20,8 @@ jobs:
steps: steps:
- run: echo $PATH - run: echo $PATH
- run: echo $GITHUB_PATH
- run: echo $LCOV_ROOT
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
submodules: recursive submodules: recursive