From 8de6e89a629687c6c17413ac887d8f3258d7a804 Mon Sep 17 00:00:00 2001 From: nihui Date: Wed, 21 Feb 2024 19:44:03 +0800 Subject: [PATCH] wip --- .github/workflows/ci-qemu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-qemu.yml b/.github/workflows/ci-qemu.yml index 4c20ea1..af98268 100644 --- a/.github/workflows/ci-qemu.yml +++ b/.github/workflows/ci-qemu.yml @@ -28,7 +28,7 @@ jobs: run: | sudo apt-get update sudo apt-get install qemu-user-static \ - arm-linux-gnueabi-gcc \ + gcc-arm-linux-gnueabi \ gcc-aarch64-linux-gnu \ gcc-mipsel-linux-gnu \ gcc-mips64el-linux-gnuabi64 \