Skip to content

[WIP] Process Management #37

[WIP] Process Management

[WIP] Process Management #37

Workflow file for this run

name: Build OS
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get -y install bin86
- name: make
run: make