diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 326beb3..2686e3f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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" }, ], },