chore: Print debugging
This commit is contained in:
parent
51cbe85855
commit
95af9c25c1
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue