build: add qemu-utils
This commit is contained in:
2
.github/workflows/lo-test.yml
vendored
2
.github/workflows/lo-test.yml
vendored
@@ -176,6 +176,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate firmware
|
- name: Generate firmware
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update && sudo apt install qemu-utils
|
||||||
sudo sysctl vm.swappiness=0
|
sudo sysctl vm.swappiness=0
|
||||||
curl -L https://github.com/klever1988/sshactions/releases/download/cache/ib-$DEVICE.tar.xz | tar -Jxvf -
|
curl -L https://github.com/klever1988/sshactions/releases/download/cache/ib-$DEVICE.tar.xz | tar -Jxvf -
|
||||||
mv *imagebuilder* ib && cd ib
|
mv *imagebuilder* ib && cd ib
|
||||||
@@ -219,6 +220,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate firmware
|
- name: Generate firmware
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update && sudo apt install qemu-utils
|
||||||
sudo sysctl vm.swappiness=0
|
sudo sysctl vm.swappiness=0
|
||||||
curl -L https://github.com/klever1988/sshactions/releases/download/cache/ib-$DEVICE.tar.xz | tar -Jxvf -
|
curl -L https://github.com/klever1988/sshactions/releases/download/cache/ib-$DEVICE.tar.xz | tar -Jxvf -
|
||||||
mv *imagebuilder* ib && cd ib
|
mv *imagebuilder* ib && cd ib
|
||||||
|
|||||||
Reference in New Issue
Block a user