Skip to content

Commit

Permalink
CI: update to rawhide for new efivar
Browse files Browse the repository at this point in the history
Signed-off-by: Robbie Harwood <[email protected]>
  • Loading branch information
frozencemetery committed Jan 28, 2022
1 parent 7600d43 commit 830f5d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"jobs": {
"linux": {
"runs-on": "ubuntu-latest",
"container": "vathpela/efi-ci:f35-x64",
"container": "vathpela/efi-ci:f36-x64",
"steps": [
{ "uses": "actions/checkout@v2" },
{ "run": "dnf -y update efivar gcc" },
{ "run": "make" },
],
},
Expand Down

0 comments on commit 830f5d7

Please sign in to comment.