Skip to content

move TRUE and FALSE macros back to the top #38

move TRUE and FALSE macros back to the top

move TRUE and FALSE macros back to the top #38

name: Build bootloader
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up MinGW
uses: e-t-l/[email protected]
with:
platform: x64
- name: Build bootloader
run: make
- name: Upload bootloader
uses: actions/upload-artifact@v3
with:
name: bootloader
path: Binaries/BOOTX64.efi