From d4a623cabd3cb8af2c49122229bfc017ac48d2bf Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Mon, 21 Aug 2023 10:26:39 -0700 Subject: [PATCH] debugging pcommandbatch compile failure --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef42d240..86f51019 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: tools/pcommand install_pip_reqs - name: Run checks - run: make check + run: BA_PCOMMANDBATCH_BUILD_VERBOSE=1 make check # Compile a server binary and run some tests. build_and_test_linux: