Skip to content

try to improve ssl detection #28

try to improve ssl detection

try to improve ssl detection #28

Workflow file for this run

name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: cmake
run: cmake .
- name: make
run: make
- name: cpack
run: cpack