Skip to content

Update documentation #301

Update documentation

Update documentation #301

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
call-cmake:
strategy:
fail-fast: false
matrix:
preset:
- Debug-Clang
- Debug-MSVC
uses: ./.github/workflows/cmake.yml
with:
preset: ${{ matrix.preset }}