Skip to content

Next try - use another debootstrap #132

Next try - use another debootstrap

Next try - use another debootstrap #132

Workflow file for this run

name: build+test
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: install deps
run: sudo apt-get install uuid-dev
- uses: actions/checkout@v2
- run: make -C sml
- run: make -C examples
- run: make -C test