Skip to content

Build the OS

Build the OS #1

Workflow file for this run

name: Build the OS
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up NASM
uses: ilammy/[email protected]
- name: Compile
run: make
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: Kittnus Root
path: Binaries/