diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a8e0b09..528cc9c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,8 @@ jobs: options: --device /dev/kvm steps: - run: pacman --noconfirm --noprogressbar -Syu - - run: pacman --noconfirm --noprogressbar -S make go asciidoc gcc git edk2-ovmf qemu-system-x86 + - run: pacman --noconfirm --noprogressbar -S sudo make go asciidoc gcc git edk2-ovmf qemu-system-x86 + - run: sudo mkdir -p /usr/share/edk2-ovmf/x64 - uses: actions/checkout@v1 - run: git config --global --add safe.directory $(pwd) - run: make