Skip to content

Select runner automatically #1

Select runner automatically

Select runner automatically #1

Workflow file for this run

name: Build All
on:
push:
jobs:
build:
name: ${{ matrix.platform }}
secrets: inherit
uses: ./.github/workflows/build.yml

Check failure on line 10 in .github/workflows/build-all.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-all.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-all.yml" -> "./.github/workflows/build.yml" (source branch with sha:05e9f12adcd01ee580d2ef2e7f33cb9a7c054720) : (Line: 35, Col: 5): There's not enough info to determine what you meant. Add one of these properties: cancel-timeout-minutes, container, continue-on-error, defaults, env, environment, outputs, runs-on, secrets, services, snapshot, steps, timeout-minutes, uses, with, (Line: 40, Col: 14): Unrecognized function: 'toLower'. Located at position 138 within expression: fromJSON('{ "android":"windows-2022", "ios":"macos-26", "linux":"ubuntu-24.04", "mac":"macos-26", "windows":"windows-2022" }')[toLower(inputs.platform || 'linux')]
strategy:
fail-fast: false
matrix:
platform:
- Android
- iOS
- Linux
- Mac
- Windows
type:
- Profile
with:
platform: ${{ matrix.platform }}
type: ${{ matrix.type }}