Skip to content

Fix typo in README regarding abl_original.efi #33

Fix typo in README regarding abl_original.efi

Fix typo in README regarding abl_original.efi #33

Workflow file for this run

name: Test CI
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt update && sudo apt install lld clang llvm uuid-dev
- name: Run test
run: make test