diff options
Diffstat (limited to '.github/workflows/build_release.yml')
-rw-r--r-- | .github/workflows/build_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 668d26a..d6a9350 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -164,7 +164,7 @@ jobs: - name: Compile Extension - template_debug - ${{ matrix.platform }} - ${{ matrix.arch }} run: | - scons target=template_debug generate_bindings=yes + scons target=template_debug - name: Compile Extension - template_release - ${{ matrix.platform }} - ${{ matrix.arch }} run: | |