diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2023-01-09 21:48:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 21:48:09 +0100 |
commit | 40962dbe19a017bee19b3806c4f0182c7e042f02 (patch) | |
tree | 02e7cb119a26e52b3c472c5c0ed7b03a5095da05 /.github/workflows/build_release.yml | |
parent | 5348407de99ccfa49033170674060397f56490e6 (diff) | |
parent | bdd9d5074534db22ef0030f52db35aa04721ed09 (diff) | |
download | fork-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.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: | |