Skip to content

CMakeLists: use find_package(OpenSSL REQUIRED) for OpenSSL #14

CMakeLists: use find_package(OpenSSL REQUIRED) for OpenSSL

CMakeLists: use find_package(OpenSSL REQUIRED) for OpenSSL #14

Workflow file for this run

---
name: build
on:
pull_request:
push:
branches:
- '*'
schedule:
# run every month on the 10th at "night" time
- cron: '16 3 10 * *'
jobs:
matrix-windows:
uses: ./.github/workflows/build-windows.yml