ysyx-workbench/.gitea/workflows/abstract-machine-build.yml
xinyangli 782cd016b3
Some checks failed
Build abstract machine with nix / build (push) Failing after 1m50s
ci: init
2024-03-25 20:50:24 +08:00

12 lines
206 B
YAML

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