Skip to content

Commit 5d61d15

Browse files
authored
Update ci.yml
1 parent 2045c14 commit 5d61d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python for ARMv7
2525
run: |
2626
sudo apt-get update
27-
sudo apt-get install -y qemu-user-static
27+
sudo apt-get install -y qemu-user-static binfmt-support
2828
sudo update-binfmts --install arm /usr/bin/qemu-arm-static --magic '\x7fELF\x01\x01\x01\x03\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x28\x00\x01\x00\x00\x00' --mask '\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff'
2929
3030
- name: Create virtual environment and install python-miio

0 commit comments

Comments
 (0)