Skip to content

Bump serde from 1.0.163 to 1.0.166 #397

Bump serde from 1.0.163 to 1.0.166

Bump serde from 1.0.163 to 1.0.166 #397

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
build-and-test:
name: build and test
strategy:
matrix:
# note: we're using ubuntu-latest as a stand-in for all Linux
# distributions. If we find we need more, we should do Docker stuff.
os: [ubuntu-latest, macos-11]
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v16
- run: nix-build