Skip to content

Use VS2026 generator to build mob. #162

Use VS2026 generator to build mob.

Use VS2026 generator to build mob. #162

Workflow file for this run

name: Build Mob
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: windows-2025-vs2026
steps:
- uses: actions/checkout@v4
- name: Build Mob
shell: pwsh
run: ./bootstrap.ps1 -Verbose