Skip to content

Commit 1016879

Browse files
authored
update the release action to build specs with KHR and EXT extensions (#1356)
1 parent 5b4ca15 commit 1016879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Build Specs
4545
run: |
46-
python3 makeSpec -clean -spec core OUTDIR=out.release -j 5 api c env ext cxx4opencl
46+
python3 makeSpec -clean -spec khr+ext OUTDIR=out.release -j 5 api c env ext cxx4opencl
4747
4848
- name: Release Specs
4949
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1

0 commit comments

Comments
 (0)