Skip to content

qsdfljqsdf

qsdfljqsdf #8

Workflow file for this run

on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: sudo apt install nix
- run: ls
- run: sudo nix develop --experimental-features 'nix-command flakes'
- run: make
- run: make clean
- run: make test