From ff6fa46d085bbdf0b16bf9378ab934c2a3ff820e Mon Sep 17 00:00:00 2001 From: jtzhpf Date: Thu, 28 Dec 2023 19:14:02 +0800 Subject: [PATCH] fix qemu --- .github/workflows/actions/setup-qemu/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/setup-qemu/action.yml b/.github/workflows/actions/setup-qemu/action.yml index 9fb01938ec..bb01ddcb1c 100644 --- a/.github/workflows/actions/setup-qemu/action.yml +++ b/.github/workflows/actions/setup-qemu/action.yml @@ -38,7 +38,7 @@ runs: git clone https://github.com/foxsen/qemu.git $QEMU_PATH cd $QEMU_PATH git checkout loongarch - ../configure --prefix=$PREFIX --target-list=loongarch64-softmmu \ + ./configure --prefix=$PREFIX --target-list=loongarch64-softmmu \ && make -j > /dev/null 2>&1 \ && make install