ysyx-workbench/.gitea/workflows/abstract-machine-build.yml
Workflow config file is invalid. Please check your config file: yaml: line 5: did not find expected key
2024-03-25 21:03:34 +08:00

15 lines
282 B
YAML

name: Build abstract machine with nix
on: [push]
jobs:
build:
runs-on: nix
steps:
- uses: actions/checkout@v4
sparse-checkout: |
flake.nix
abstract-machine
- name: Build with nix
run: |
nix build -L .#abstract-machine