Skip to content

Initial web-transport-quiche support #134

Initial web-transport-quiche support

Initial web-transport-quiche support #134

Workflow file for this run

name: CI
permissions:
contents: read
on:
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Install Nix
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
# Set RUSTFLAGS
- run: echo "RUSTFLAGS=--cfg=web_sys_unstable_apis" >> $GITHUB_ENV
# Make sure u guys don't write bad code
- run: nix develop --command just check