Skip to content

Merge pull request #1456 from loco-3d/pre-commit-ci-update-config #379

Merge pull request #1456 from loco-3d/pre-commit-ci-update-config

Merge pull request #1456 from loco-3d/pre-commit-ci-update-config #379

Workflow file for this run

name: "NIX"
# This determines when this workflow is run
on:
push:
branches:
- master
- devel
pull_request:
branches:
- master
- devel
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
nix:
runs-on: "${{ matrix.os }}-latest"
strategy:
matrix:
os: [ubuntu, macos]
name: (${{ matrix.os }})
steps:
- uses: actions/checkout@v6
- uses: cachix/install-nix-action@v31
- uses: cachix/cachix-action@v16
with:
name: gepetto
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build -L