build: add qemu-utils

This commit is contained in:
John Doe
2021-06-22 18:59:37 +08:00
parent aa59508bdc
commit 9924054ccc

View File

@@ -176,6 +176,7 @@ jobs:
- name: Generate firmware
run: |
sudo apt update && sudo apt install qemu-utils
sudo sysctl vm.swappiness=0
curl -L https://github.com/klever1988/sshactions/releases/download/cache/ib-$DEVICE.tar.xz | tar -Jxvf -
mv *imagebuilder* ib && cd ib
@@ -219,6 +220,7 @@ jobs:
- name: Generate firmware
run: |
sudo apt update && sudo apt install qemu-utils
sudo sysctl vm.swappiness=0
curl -L https://github.com/klever1988/sshactions/releases/download/cache/ib-$DEVICE.tar.xz | tar -Jxvf -
mv *imagebuilder* ib && cd ib