Skip to content

Merge pull request #53 from Bor-Code/docs/document-tauri-gui #86

Merge pull request #53 from Bor-Code/docs/document-tauri-gui

Merge pull request #53 from Bor-Code/docs/document-tauri-gui #86

Workflow file for this run

name: Windows Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Configure CMake
run: cmake -B build
- name: Build
run: cmake --build build --config Release