Skip to content

Fixed TCP regression (issue #19) #5

Fixed TCP regression (issue #19)

Fixed TCP regression (issue #19) #5

Workflow file for this run

name: C/C++ CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
steps:
- uses: actions/checkout@v3
- run: make