From bdd9d5074534db22ef0030f52db35aa04721ed09 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Thu, 29 Dec 2022 19:19:55 +0100 Subject: [SCons] Refactor build tools. Split dependency builders into separate tools, optimize OpenSSL builds. --- .github/workflows/build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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: | -- cgit v1.2.3