Skip to content
Snippets Groups Projects
Commit 3bc48ede authored by acpaquette's avatar acpaquette
Browse files

Echoed PATH before cmake config

parent 89828201
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,9 @@ jobs:
- name: Configure CMake
working-directory: ${{github.workspace}}/build
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
run: |
echo $PATH
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- name: Build wrapper
working-directory: ${{github.workspace}}/build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment