Skip to content

refactor: switch from NASM to FASM #46

refactor: switch from NASM to FASM

refactor: switch from NASM to FASM #46

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
- name: Build
run: |
make