GH: Add iOS and Android to the runner workflow

This commit is contained in:
Serhii Snitsaruk 2023-08-01 17:33:18 +02:00
parent fdc0cda9c4
commit cccdf9578a
1 changed files with 12 additions and 6 deletions

View File

@ -12,13 +12,19 @@ on:
default: master default: master
jobs: jobs:
# android-build: android-build:
# name: 🤖 Android name: 🤖 Android
# uses: ./.github/workflows/android.yml uses: ./.github/workflows/android.yml
with:
godot_treeish: ${{ inputs.godot_treeish }}
limboai_treeish: ${{ inputs.limboai_treeish }}
# ios-build: ios-build:
# name: 🍏 iOS name: 🍏 iOS
# uses: ./.github/workflows/ios.yml uses: ./.github/workflows/ios.yml
with:
godot_treeish: ${{ inputs.godot_treeish }}
limboai_treeish: ${{ inputs.limboai_treeish }}
linux-build: linux-build:
name: 🐧 Linux name: 🐧 Linux