File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 TARGET_NAME : libgdsqlite
1313 VAR_PATH : .github/workflows/build_var.json
1414 SCONS_CACHE : ${{ github.workspace }}/.scons-cache/
15- EM_VERSION : 3.1.64
16- GODOT_VERSION : 4.4
15+ EM_VERSION : 4.0.11
16+ GODOT_VERSION : 4.5
1717 EXPORT_NAME : ./demo/
1818
1919jobs :
6565 if : ${{ matrix.platform == 'android' }}
6666 uses : nttld/setup-ndk@v1
6767 with :
68- ndk-version : r23c
68+ ndk-version : r28b
6969 link-to-sdk : true
7070
7171 - name : Web dependencies
@@ -131,7 +131,7 @@ jobs:
131131 needs : [build]
132132 if : github.ref == 'refs/heads/master'
133133 container :
134- image : barichello/godot-ci:4.4 # Ideally this would be ${GODOT_VERSION}, but Github Actions doesn't allow this! :(
134+ image : barichello/godot-ci:4.5 # Ideally this would be ${GODOT_VERSION}, but Github Actions doesn't allow this! :(
135135
136136 steps :
137137 - name : Checkout
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ config_version=5
1212
1313config/name ="SQLite Demo"
1414run/main_scene ="res://Main.tscn"
15- config/features =PackedStringArray ("4.4 " )
15+ config/features =PackedStringArray ("4.5 " )
1616config/icon ="res://icon.png"
1717
1818[debug ]
You can’t perform that action at this time.
0 commit comments