Skip to content

Commit 0727fc6

Browse files
committed
Update build.yml to Godot v4.5
1 parent 9414b2c commit 0727fc6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ env:
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

1919
jobs:
@@ -65,7 +65,7 @@ jobs:
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

demo/project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ config_version=5
1212

1313
config/name="SQLite Demo"
1414
run/main_scene="res://Main.tscn"
15-
config/features=PackedStringArray("4.4")
15+
config/features=PackedStringArray("4.5")
1616
config/icon="res://icon.png"
1717

1818
[debug]

0 commit comments

Comments
 (0)