Skip to content

windows workflow

windows workflow #132

Workflow file for this run

"on": "push"
"jobs":
"build_run_win_c":
"strategy":
"matrix":
"proj": ["mkch", "mkci"]
"runs-on": "windows-latest"
"steps":
- "uses": "actions/checkout@main"
- "run": "cl.exe"
- "run": "dir"