Workaround not having cmake tests.

This commit is contained in:
Rene Rivera
2025-04-09 18:24:10 -05:00
parent bccba72bff
commit e74f1d4f6e

View File

@ -40,7 +40,6 @@ jobs:
gcc Shared
msvc Shared x86
mingw Shared
subrange-policy: one-per-minor
trace-commands: true
build:
needs: cpp-matrix
@ -128,7 +127,7 @@ jobs:
- name: CMake Workflow
uses: alandefreitas/cpp-actions/cmake-workflow@master
with:
run-tests: true
build-targets: check
install: true
cmake-version: ">=3.20"
generator: ${{ matrix.generator }}