aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 77ba114..55560aa 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,8 +27,8 @@ jobs:
run: cmake -E make_directory ${{runner.workspace}}/build
- name: Configure CMake
- shell: bash
working-directory: ${{runner.workspace}}/build
+ shell: bash
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- name: Build
@@ -36,3 +36,7 @@ jobs:
shell: bash
run: cmake --build . --config $BUILD_TYPE
+ - name: Get environment feedback
+ working-directory: ${{runner.workspace}}/build
+ shell: bash
+ run: ./polecat env \ No newline at end of file