Skip to content

Build

Build #27565

Workflow file for this run

name: "Build"
on:
push:
branches:
- master
schedule:
- cron: '17 * * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
concurrency: build-${{matrix.jobs.branch}}-${{matrix.jobs.target}}
steps:
- uses: actions/checkout@v4
- name: setup-nix
uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
accept-flake-config = true
- name: prepare
run: nix develop -c .github/init
- name: build
env:
CACHIX_SIGNING_KEY_NIXPKGS_WAYLAND: "${{ secrets.cachix_signing_key_nixpkgs_wayland }}"
run: nix develop -c ./main.nu build