GLFW: Fix Relative Scale to account for Fractional Scaling on Wayland compositors #33
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: pull_request | ||
name: ci | ||
jobs: | ||
linux: | ||
uses: ChristopherHX/linux-packaging-scripts/.github/workflows/main.yml@main | ||
Check failure on line 5 in .github/workflows/ci.yml GitHub Actions / .github/workflows/ci.ymlInvalid workflow file
|
||
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) }} | ||
} | ||
] |