From 4cd335b3c10eed9ff859ec6f826874b81ae2e15b Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Sat, 12 Dec 2020 15:03:18 +0100 Subject: [CI] output environment with polecat --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3