We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2045c14 commit 5d61d15Copy full SHA for 5d61d15
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Python for ARMv7
25
run: |
26
sudo apt-get update
27
- sudo apt-get install -y qemu-user-static
+ sudo apt-get install -y qemu-user-static binfmt-support
28
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'
29
30
- name: Create virtual environment and install python-miio
0 commit comments