From 9924054ccc360bb252c5bd04908d66f1efb75c75 Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 22 Jun 2021 18:59:37 +0800 Subject: [PATCH] build: add qemu-utils --- .github/workflows/lo-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index ef56218..70d90a7 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -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