summaryrefslogtreecommitdiff
path: root/.github/workflows/build_release.yml
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2023-01-09 21:48:09 +0100
committerGitHub <noreply@github.com>2023-01-09 21:48:09 +0100
commit40962dbe19a017bee19b3806c4f0182c7e042f02 (patch)
tree02e7cb119a26e52b3c472c5c0ed7b03a5095da05 /.github/workflows/build_release.yml
parent5348407de99ccfa49033170674060397f56490e6 (diff)
parentbdd9d5074534db22ef0030f52db35aa04721ed09 (diff)
downloadfork-godot-webrtc-native-40962dbe19a017bee19b3806c4f0182c7e042f02.tar.gz
fork-godot-webrtc-native-40962dbe19a017bee19b3806c4f0182c7e042f02.tar.bz2
fork-godot-webrtc-native-40962dbe19a017bee19b3806c4f0182c7e042f02.zip
Merge pull request #78 from Faless/build/split_deps
[SCons] Refactor build tools.
Diffstat (limited to '.github/workflows/build_release.yml')
-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: |