From f88790037c48c0acc601c99c303d292f85ee307b Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:30:48 +0800 Subject: [PATCH] fix remove uses --- .gitea/workflows/linux-mips64-gcc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/linux-mips64-gcc.yml b/.gitea/workflows/linux-mips64-gcc.yml index 4ae18b6..5c77b9b 100644 --- a/.gitea/workflows/linux-mips64-gcc.yml +++ b/.gitea/workflows/linux-mips64-gcc.yml @@ -45,8 +45,8 @@ jobs: sudo apt-get install -y autoconf automake autotools-dev ninja-build - name: checkout-qemu + #uses: actions/checkout@v4 if: steps.cache-qemu.outputs.cache-hit != 'true' - uses: actions/checkout@v4 run: | mkdir qemu && cd qemu git init