diff --git a/.github/workflows/actions/setup-qemu/action.yml b/.github/workflows/actions/setup-qemu/action.yml index 865dd7c529..9abb486a3f 100644 --- a/.github/workflows/actions/setup-qemu/action.yml +++ b/.github/workflows/actions/setup-qemu/action.yml @@ -38,7 +38,7 @@ runs: shell: bash run: | git clone https://github.com/foxsen/qemu-loongarch-runenv qemu-6.2.50 - cp ../qemu-6.2.50/qemu/x86_64/qemu-system-loongarch64 $PREFIX/bin + cp qemu-6.2.50/qemu/x86_64/qemu-system-loongarch64 $PREFIX/bin - uses: actions/cache/save@v3 if: steps.cache-qemu.outputs.cache-hit != 'true'