GHA: Call GDExtension builds in all_builds.yml

This commit is contained in:
Serhii Snitsaruk 2024-01-14 19:32:09 +01:00
parent 476dc8b0dd
commit 73c6bfe2c7
1 changed files with 13 additions and 0 deletions

View File

@ -10,6 +10,10 @@ on:
description: A tag, branch or commit hash in the LimboAI repository.
type: string
default: master
godot-cpp-treeish:
description: A tag, branch or commit hash in the godot-cpp repository.
type: string
default: 4.2
jobs:
cache-sha:
@ -87,3 +91,12 @@ jobs:
with:
godot-treeish: ${{ needs.cache-sha.outputs.godot-sha }}
limboai-treeish: ${{ needs.cache-sha.outputs.limboai-sha }}
gdextension:
name: 🔌 GDExtension
needs: cache-sha
uses: ./.github/workflows/gdextension.yml
with:
godot-cpp-treeish: ${{ inputs.godot-cpp-treeish }}
limboai-treeish: ${{ needs.cache-sha.outputs.limboai-sha }}
test-build: false