Skip to content

Cohttp: ensure "host" is the first header in requests and other fixes #700

Cohttp: ensure "host" is the first header in requests and other fixes

Cohttp: ensure "host" is the first header in requests and other fixes #700

Workflow file for this run

name: "Nix"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
env:

Check failure on line 8 in .github/workflows/nix.yml

View workflow run for this annotation

GitHub Actions / Nix

Invalid workflow file

The workflow is not valid. .github/workflows/nix.yml (Line: 8, Col: 9): Unexpected value '' .github/workflows/nix.yml (Line: 9, Col: 5): Unexpected value 'NIXPKGS_ALLOW_INSECURE'
NIXPKGS_ALLOW_INSECURE: 1
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: true
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: |
nix-shell --command "dune runtest --profile=dev cohttp cohttp-async cohttp-curl cohttp-curl-async cohttp-curl-lwt cohttp-lwt cohttp-lwt-unix cohttp-mirage cohttp-server-lwt-unix cohttp-top http"
nix-shell --command "dune build --profile=dev cohttp-lwt-jsoo"