From d630b032992a1901be35b9ed95ed8b75cf713baf Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Mon, 4 Oct 2021 15:58:13 -0700 Subject: [PATCH] print path --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10ac14ba3..5ebdd34ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -250,7 +250,8 @@ jobs: working-directory: ${{ runner.workspace }}/build shell: bash run: | - ctest -C ${{ matrix.build-type }} -V + #ctest -C ${{ matrix.build-type }} -V + echo Path is: $PATH - name: Create Package working-directory: ${{ runner.workspace }}/build