Add windows workflow
Some checks failed
Windows setup / run-setup (push) Failing after 11s

This commit is contained in:
Brandyn / Techy
2026-04-05 01:14:28 -05:00
parent fcc1b09210
commit 74c94d565e

View File

@@ -0,0 +1,28 @@
name: Windows setup
on:
push:
branches:
- main
- master
workflow_dispatch:
jobs:
run-setup:
runs-on: windows-2022
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Show current directory
shell: cmd
run: |
echo Workspace is:
cd
dir
- name: Run setup.bat from repo root
shell: cmd
run: |
call Setup.bat