Skip to content

Build triggered by mbr #17

Build triggered by mbr

Build triggered by mbr #17

Workflow file for this run

name: Build rockslide
run-name: Build triggered by ${{ github.actor }}
on:
- pull_request
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-23.11
- run: nix-build .
- uses: actions/upload-artifact@v4
with:
name: rockslide
path: result/bin/rockslide