Skip to content

Commit

Permalink
ci: fix setting up arm emulation on Ubuntu Noble
Browse files Browse the repository at this point in the history
The `qemu-efi` package is absent after upgrade.

Rollout is in progress: actions/runner-images#10636
  • Loading branch information
qkaiser committed Jan 22, 2025
1 parent cb61f36 commit becfddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: ${{ matrix.arch == 'aarch64-linux' }}
run: |
sudo apt update
sudo apt install -q -y qemu-system-aarch64 qemu-efi binfmt-support qemu-user-static
sudo apt install -q -y qemu-system-aarch64 qemu-efi-aarch64 binfmt-support qemu-user-static
mkdir -p ~/.config/nix
echo "system-features = aarch64-linux arm-linux" | sudo tee -a /etc/nix/nix.conf
- name: Nix Flake checks
Expand Down

0 comments on commit becfddc

Please sign in to comment.