From 5bf7958fdd50c142adf2c71b4c38daf0cdce6b08 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Tue, 18 Apr 2023 09:38:46 -0600 Subject: [PATCH] Enable verbose builds --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff341bd5..296c3a6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ env: CONAN_USER_HOME: "${{ github.workspace }}/conan-cache" CONAN_USER_HOME_SHORT: "${{ github.workspace }}/conan-cache/short" CLANG_TIDY_VERSION: "13.0.0" + VERBOSE: 1 jobs: Test: