Skip to content

New MariaDB Connector/C #95

New MariaDB Connector/C

New MariaDB Connector/C #95

Workflow file for this run

name: CMake
on: [push, pull_request]
jobs:
CI:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
uses: ./.github/workflows/cmake-single-os.yml
with:
os: ${{ matrix.os}}