Skip to content

Initialize pwdata in efikeygen and pesign #101

Initialize pwdata in efikeygen and pesign

Initialize pwdata in efikeygen and pesign #101

Workflow file for this run

{
"name": "pull-request",
"on": {
"push": { "branches": "main" },
"pull_request": { "branches": "main" },
},
"jobs": {
"linux": {
"runs-on": "ubuntu-latest",
"container": "vathpela/efi-ci:f36-x64",
"steps": [
{ "uses": "actions/checkout@v2" },
{ "run": "dnf -y --nogpgcheck install efivar-devel gcc" },
{ "run": "dnf -y --nogpgcheck distro-sync" },
{ "run": "make" },
],
},
},
}