Skip to content

call civetweb exit function (thread-protect it) #44

call civetweb exit function (thread-protect it)

call civetweb exit function (thread-protect it) #44

Workflow file for this run

name: Build library
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-22.11
- run: nix build '.?submodules=1#lib'