File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11name : Build godot-cpp
22description : Build godot-cpp with the provided options.
33
4- env :
5- GODOT_CPP_BRANCH : 4.4
6-
74inputs :
85 bin :
96 description : Path to the Godot binary.
@@ -16,6 +13,10 @@ inputs:
1613 description : The SCons cache path.
1714 default : ${{ github.workspace }}/.scons_cache/
1815 type : string
16+ godot-cpp-branch :
17+ description : The godot-cpp branch.
18+ default : master
19+ type : string
1920
2021runs :
2122 using : composite
2526 with :
2627 submodules : recursive
2728 repository : godotengine/godot-cpp
28- ref : ${{ env.GODOT_CPP_BRANCH }}
29+ ref : ${{ inputs.godot-cpp-branch }}
2930 path : godot-cpp
3031
3132 - name : Extract API
Original file line number Diff line number Diff line change 66env :
77 # Used for the cache key. Add version suffix to force clean build.
88 GODOT_BASE_BRANCH : master
9+ GODOT_CPP_BRANCH : 4.4
910 SCONSFLAGS : verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes strict_checks=yes
1011 DOTNET_NOLOGO : true
1112 DOTNET_CLI_TELEMETRY_OPTOUT : true
@@ -174,6 +175,7 @@ jobs:
174175 with :
175176 bin : ${{ matrix.bin }}
176177 scons-flags : target=template_debug dev_build=yes verbose=yes
178+ godot-cpp-branch : ${{ env.GODOT_CPP_BRANCH }}
177179
178180 - name : Save Godot build cache
179181 uses : ./.github/actions/godot-cache-save
You can’t perform that action at this time.
0 commit comments