Skip to content

Update tquic version to v0.15.0 #14

Update tquic version to v0.15.0

Update tquic version to v0.15.0 #14

Workflow file for this run

name: Build stable
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Code format check
run: clang-format --Werror --dry-run simple_server.c simple_client.c
- name: Install dependencies
run: sudo apt install libev-dev
- name: Build simple examples
run: make