Skip to content

Set link args in build script #87

Set link args in build script

Set link args in build script #87

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies
run: |
sudo apt install --yes make
rustup show
- name: Build UEFI application
run: make