From 7ae12c62205afb610482aec3f5a4dffe20d14da0 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 13 Feb 2021 02:43:48 -0800 Subject: [PATCH] verbose github actions --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 99c0538..a576427 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -4,7 +4,7 @@ on: [push] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) - BUILD_TYPE: Release + BUILD_TYPE: Debug jobs: build: @@ -61,7 +61,7 @@ jobs: shell: bash # Execute the build. You can specify a specific target with "--target " - run: cmake --build . --config $BUILD_TYPE + run: cmake --build . --config $BUILD_TYPE --verbose # - name: Test # working-directory: ${{github.workspace}}/build