We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71bbfb8 + 80c4a74 commit cadfd16Copy full SHA for cadfd16
.github/workflows/full-ci.yml
@@ -344,7 +344,7 @@ jobs:
344
os: ubuntu-22.04
345
artifact-name: linux-4.3
346
godot-binary: godot.linuxbsd.editor.dev.x86_64
347
- #godot-prebuilt-patch: '4.3.x'
+ godot-prebuilt-patch: '4.3'
348
349
- name: linux-4.2
350
.github/workflows/minimal-ci.yml
@@ -181,6 +181,12 @@ jobs:
181
182
godot-prebuilt-patch: '4.2.2'
183
184
+ - name: linux-4.3
185
+ os: ubuntu-22.04
186
+ artifact-name: linux-4.3
187
+ godot-binary: godot.linuxbsd.editor.dev.x86_64
188
189
+
190
# Memory checkers
191
192
- name: linux-memcheck
0 commit comments