Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

workflow: add dispatch #26

workflow: add dispatch

workflow: add dispatch #26

Workflow file for this run

name: CI
on: [push, workflow_dispatch]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
- name: Configure CMake
run: cmake --preset x64-windows
- name: Build
run: cmake --build build