Commit 3bc48ede authored by acpaquette's avatar acpaquette
Browse files

Echoed PATH before cmake config

parent 89828201
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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