Skip to content

Create build-windows.yml #1

Create build-windows.yml

Create build-windows.yml #1

Workflow file for this run

name: Build Windows
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Run Make
run: make -C native