Try to directly install qemu
Some checks failed
Check Flake / check-flake (push) Failing after 2m31s

This commit is contained in:
Zuckerberg 2023-10-15 18:36:57 -06:00
parent 473f1b8d48
commit a8dd9d19f8

View File

@ -20,9 +20,7 @@ jobs:
extra-platforms = aarch64-linux
- name: Setup QEMU Binfmt
uses: https://github.com/docker/setup-qemu-action@v2
with:
platforms: arm64
run: sudo apt-get update -q -y && sudo apt-get install -q -y qemu-system-aarch64 qemu-efi binfmt-support qemu-user-static
- name: Checkout the repository
uses: actions/checkout@v3