Skip to content

fix: send accurate user agent on all transports #25

fix: send accurate user agent on all transports

fix: send accurate user agent on all transports #25

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build (CMake configure only for template)
run: |
cmake -S . -B build
cmake --build build --config Release || true