Skip to content

chore: add some debug logging #27

chore: add some debug logging

chore: add some debug logging #27

Workflow file for this run

name: dev
on:
push:
branches:
- main
- develop
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-cache:
name: nix
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: |
accept-flake-config = true
- uses: cachix/cachix-action@v14
with:
name: tendrelhq
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix build --impure .