Skip to content

Update tectonic with addCheckpointBuild #174

Update tectonic with addCheckpointBuild

Update tectonic with addCheckpointBuild #174

Workflow file for this run

name: "build cache"
on:
pull_request:
push:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
install_url: https://releases.nixos.org/nix/nix-2.17.1/install
extra_nix_config: "experimental-features = nix-command flakes fetch-closure"
- uses: cachix/cachix-action@v12
with:
name: chezbryan
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: ./build.sh --dry-run
- run: ./build.sh