Skip to content

simplify the makefile #12

simplify the makefile

simplify the makefile #12

Workflow file for this run

name: make
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Print gcc version
run: gcc --version
- name: Install dependencies
run: sudo apt-get -y install gnu-efi
- name: Run make
run: make efi-updatevar