Skip to content

cargo: add missing feature "blocking", since webhook challenges uses blocking reqwest #67

cargo: add missing feature "blocking", since webhook challenges uses blocking reqwest

cargo: add missing feature "blocking", since webhook challenges uses blocking reqwest #67

Workflow file for this run

name: "Build"
on: [ "pull_request" ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-24.05
- run: nix --experimental-features "nix-command flakes" flake check