Update cmake-multi-platform.yml

This commit is contained in:
Sakimotor 2025-03-03 10:23:11 +01:00 committed by GitHub
parent 73467700c9
commit f08dc5b976
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,11 @@
name: CMake with Clang and Ninja
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
@ -10,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
build_type: [Release, Debug]
build_type: [Debug]
include:
- os: windows-latest
c_compiler: clang-cl