Skip to content

Merge pull request #43 from Bor-Code/feat/add-static-risk-score #66

Merge pull request #43 from Bor-Code/feat/add-static-risk-score

Merge pull request #43 from Bor-Code/feat/add-static-risk-score #66

Workflow file for this run

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