print path

This commit is contained in:
itsmattkc
2021-10-04 15:58:13 -07:00
parent 88a2763632
commit d630b03299
+2 -1
View File
@@ -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