Skip to content

allow enabling both window systems #29

allow enabling both window systems

allow enabling both window systems #29

Workflow file for this run

on: pull_request
name: ci
jobs:
linux:
uses: ChristopherHX/linux-packaging-scripts/.github/workflows/main.yml@main
with:
submodule-refs: |-
[
{
"project": "mcpelauncher",
"path": "game-window",
"ref": ${{ tojson(github.sha) }}
}
]
macOS:
uses: ChristopherHX/osx-packaging-scripts/.github/workflows/main.yml@main
with:
submodule-refs: |-
[
{
"project": "mcpelauncher",
"path": "game-window",
"ref": ${{ tojson(github.sha) }}
}
]