Skip to content

Commit

Permalink
Merge pull request #82 from vlaci/ci-fix-qemu
Browse files Browse the repository at this point in the history
ci: fix qemu installation
  • Loading branch information
vlaci authored Jan 6, 2025
2 parents cfa42fa + f34ad21 commit 4de0394
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 @@ -46,7 +46,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 4de0394

Please sign in to comment.