Skip to content

Implements write for direct dumping #23

Implements write for direct dumping

Implements write for direct dumping #23

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Check Rust styles
run: cargo fmt --check
- name: Install Rust components
run: rustup component add rust-src llvm-tools
- name: Build
run: ./build.py
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: kernel-dumper
path: kernel-dumper.bin