summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2022-12-29 19:19:55 +0100
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2022-12-30 14:34:15 +0100
commitbdd9d5074534db22ef0030f52db35aa04721ed09 (patch)
tree02e7cb119a26e52b3c472c5c0ed7b03a5095da05 /.github
parent5348407de99ccfa49033170674060397f56490e6 (diff)
downloadfork-godot-webrtc-native-bdd9d5074534db22ef0030f52db35aa04721ed09.tar.gz
fork-godot-webrtc-native-bdd9d5074534db22ef0030f52db35aa04721ed09.tar.bz2
fork-godot-webrtc-native-bdd9d5074534db22ef0030f52db35aa04721ed09.zip
[SCons] Refactor build tools.
Split dependency builders into separate tools, optimize OpenSSL builds.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_release.yml2
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: |