Skip to content

Update for PDL site redesign #34

Update for PDL site redesign

Update for PDL site redesign #34

Workflow file for this run

name: "UpdateCache"
on:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
with:
name: jhgarner-projects
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-build
env:
NIXPKGS_ALLOW_BROKEN: 1