Skip to content

Commit

Permalink
Remove QUIET= on the off chance it is resolving the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
oddhack committed Jul 9, 2024
1 parent 36a9e0d commit 306c3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ 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: |
python3 makeSpec -clean -spec khr OUTDIR=out.khr QUIET= -j -O html
- 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

0 comments on commit 306c3c5

Please sign in to comment.