Skip to content

Merge pull request #5 from PagoPlus/fix/release-workflow #40

Merge pull request #5 from PagoPlus/fix/release-workflow

Merge pull request #5 from PagoPlus/fix/release-workflow #40

Workflow file for this run

name: Nix CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
system: [x86_64-linux, aarch64-darwin]
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: |
nix build \
--extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" \
.#default