Skip to content

Commit

Permalink
Fully restore base branch build actions in case errors were transient
Browse files Browse the repository at this point in the history
  • Loading branch information
oddhack committed Jul 9, 2024
1 parent 306c3c5 commit e8e4d36
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,11 +54,11 @@ jobs:
- name: Generate core specs (HTML and PDF)
run: |
python3 makeSpec -clean -spec core OUTDIR=out.core -j -O api c env ext cxx4opencl
python3 makeSpec -clean -spec core OUTDIR=out.core -j 5 -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
python3 makeSpec -clean -spec khr OUTDIR=out.khr -j -O html
- name: Generate reference pages
run: |
Expand Down

0 comments on commit e8e4d36

Please sign in to comment.