Skip to content

improvements to multiple screen handling #3

improvements to multiple screen handling

improvements to multiple screen handling #3

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true # This enables submodule checkout
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Build
shell: pwsh
run: .\build.ps1