Skip to content

App Icons / System Tray (#14) #19

App Icons / System Tray (#14)

App Icons / System Tray (#14) #19

Workflow file for this run

name: Build All Platforms Debug
on:
push:
branches:
- "main"
jobs:
build-windows-debug-all:
secrets: inherit
uses: ./.github/workflows/debug_windows.yml
build-apple-debug-all:
secrets: inherit
uses: ./.github/workflows/debug_macos.yml
build-linux-debug-all:
secrets: inherit
uses: ./.github/workflows/debug_linux.yml

Check failure on line 17 in .github/workflows/debug_all.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/debug_all.yml

Invalid workflow file

error parsing called workflow ".github/workflows/debug_all.yml" -> "./.github/workflows/debug_linux.yml" (source branch with sha:7446c7d9d23cd1f66e8610d927e9b5a8ec83795b) : workflow is not reusable as it is missing a `on.workflow_call` trigger