Skip to content

chore: use git.cute.engineering as main repository #49

chore: use git.cute.engineering as main repository

chore: use git.cute.engineering as main repository #49

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