Skip to content

refactor: reorganize bootloader source code #57

refactor: reorganize bootloader source code

refactor: reorganize bootloader source code #57

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install build-essential fasm mtools
- name: Build
run: |
make