Skip to content

Updated benchmarks with Mac Mini M2 Pro #80

Updated benchmarks with Mac Mini M2 Pro

Updated benchmarks with Mac Mini M2 Pro #80

name: Build Windows
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- name: Configure CMake
run: cmake -B ${{ github.workspace }}/build -DSL_DOWNLOAD_DATA=OFF
- name: Build
run: cmake --build ${{ github.workspace }}/build --config Debug