From 306c3c59415290037ae961903dfa2e03d4635c00 Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Mon, 8 Jul 2024 23:47:19 -0700 Subject: [PATCH] Remove QUIET= on the off chance it is resolving the problem --- .github/workflows/presubmit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 5ab0bc93..cddc2e9b 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -54,7 +54,7 @@ jobs: - name: Generate core specs (HTML and PDF) run: | - python3 makeSpec -clean -spec core OUTDIR=out.core QUIET= -j -O api c env ext cxx4opencl + python3 makeSpec -clean -spec core OUTDIR=out.core -j -O api c env ext cxx4opencl - name: Generate core + extension specs (HTML) run: | @@ -62,4 +62,4 @@ jobs: - name: Generate reference pages run: | - python3 makeSpec -spec khr OUTDIR=out.refpages QUIET= -j -O manhtmlpages + python3 makeSpec -spec khr OUTDIR=out.refpages -j -O manhtmlpages