miro-pdf 0.8.1

A native pdf viewer for Windows and Linux (Wayland/X11) with configurable keybindings.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "Cachix Build"
on:
  pull_request:
  release:
jobs:
  nix_build_and_test:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
    - uses: cachix/install-nix-action@v31
      with:
        nix_path: nixpkgs=channel:nixos-unstable
    - uses: cachix/cachix-action@v14
      with:
        name: miro-pdf
        authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
    - run: nix build
    - run: nix flake check