Skip to content

Disable SSL in new libmariadb unless --mysql-ssl=on #107

Disable SSL in new libmariadb unless --mysql-ssl=on

Disable SSL in new libmariadb unless --mysql-ssl=on #107

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}}