From 2d7609fd969246aa37b32a922add3541aa7c7585 Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Mon, 8 Jul 2024 18:47:10 -0700 Subject: [PATCH] Unsimplify build a bit in the quest to localize the 'fatal' output --- .github/workflows/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 02f275ff..5e1490b6 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -49,4 +49,4 @@ jobs: - name: Generate core specs (HTML only, for testing) run: | - python3 makeSpec -clean -spec core QUIET= OUTDIR=out.core -O html + python3 makeSpec -clean -spec core QUIET= OUTDIR=out.core -O pdf html