ci: init
Some checks failed
Build abstract machine with nix / build (push) Failing after 18s

This commit is contained in:
xinyangli 2024-03-25 20:46:13 +08:00
parent 2cc992a181
commit b68bc7237b
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
2 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,16 @@
name: Build abstract machine with nix
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
sparse-checkout: |
flake.nix
abstract-machine
- uses: DeterminateSystems/nix-installer-action@main
- name: Build with nix
run: |
nix build -L .#abstract-machine