Skip to content

Remove bogus plan job #2

Remove bogus plan job

Remove bogus plan job #2

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:947dcc758f53306a45c27899190fab61e6b728ff) : (Line: 37, 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 }}