Skip to content

chore: fix compatibility with CLion (#12) #92

chore: fix compatibility with CLion (#12)

chore: fix compatibility with CLion (#12) #92

Workflow file for this run

name: Build (CI)
on:
pull_request:
push:
branches: [ 'main', 'develop' ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
Build:
name: Build (${{ matrix.os }})
uses: ./.github/workflows/reusable.build.yml
strategy:
fail-fast: true
matrix:
os: [ 'macos-13', 'windows-2022' ]
with:
os: ${{ matrix.os }}
build_type: Release