Skip to content

feat: implement dealloc #12

feat: implement dealloc

feat: implement dealloc #12

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install rust nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
components: rustfmt, clippy, rust-src
target: x86_64-unknown-none
- uses: ilammy/setup-nasm@v1
name: Install nasm
- uses: actions/checkout@v3
- name: Install dependencies
run: make