Skip to content

Commit 5a263ec

Browse files
authored
Merge pull request #1047 from onekey-sec/ci-fix-emulation
ci: fix setting up arm emulation on Ubuntu Noble
2 parents 6639679 + 56b3f06 commit 5a263ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-nix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: ${{ matrix.arch == 'aarch64-linux' }}
3333
run: |
3434
sudo apt update
35-
sudo apt install -q -y qemu-system-aarch64 qemu-efi binfmt-support qemu-user-static
35+
sudo apt install -q -y qemu-system-aarch64 qemu-efi-aarch64 binfmt-support qemu-user-static
3636
mkdir -p ~/.config/nix
3737
echo "system-features = aarch64-linux arm-linux" | sudo tee -a /etc/nix/nix.conf
3838
- uses: cachix/cachix-action@v15

0 commit comments

Comments
 (0)