Skip to content

New Version 4.2.001 #97

New Version 4.2.001

New Version 4.2.001 #97

name: Build Windows x86-64
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