Skip to content

Make reqwest use native roots instead of webpki roots #66

Make reqwest use native roots instead of webpki roots

Make reqwest use native roots instead of webpki roots #66

Workflow file for this run

name: "Build legacy Nix package on Ubuntu"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v20
- name: Building package
run: nix-build . -A defaultPackage.x86_64-linux