Skip to content

fix(buildtool): let libevent use OpenSSL's pkgconfig (#1369) #2544

fix(buildtool): let libevent use OpenSSL's pkgconfig (#1369)

fix(buildtool): let libevent use OpenSSL's pkgconfig (#1369) #2544

Workflow file for this run

# Performs code quality checks
name: checks
on:
pull_request:
push:
branches:
- "master"
jobs:
perform_code_quality_checks:
runs-on: "${{ matrix.os }}"
strategy:
matrix:
os: [ "ubuntu-22.04" ]
steps:
- uses: actions/checkout@v3
- run: ./script/nocopyreadall.bash