Skip to content

Commit

Permalink
Update UEFI firmware to later version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jun 6, 2022
1 parent 8b12f75 commit 6670ab9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ jobs:
unzip packer.zip
mv packer /usr/local/bin
- name: Copy UEFI
- name: Install UEFI
if: matrix.architecture == 'x86-64'
run: cp /usr/share/ovmf/OVMF.fd resources/ovmf.fd
uses: docker://ubuntu:22.10
with:
args: bash -c "apt update && apt install ovmf && cp /usr/share/ovmf/OVMF.fd resources/ovmf.fd"

- name: Download QEMU UEFI
if: matrix.architecture == 'arm64'
Expand Down

0 comments on commit 6670ab9

Please sign in to comment.