From 49a9da81d591bb6ab7d0b4c92907cf2cbe6c7508 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 5 Dec 2023 21:29:04 +0800 Subject: [PATCH] fix rerun can't find git repository --- .gitea/workflows/linux-mips64-gcc.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/linux-mips64-gcc.yml b/.gitea/workflows/linux-mips64-gcc.yml index 2c36cd5..88176f2 100644 --- a/.gitea/workflows/linux-mips64-gcc.yml +++ b/.gitea/workflows/linux-mips64-gcc.yml @@ -28,6 +28,10 @@ jobs: linux-gcc-mips64el: runs-on: ubuntu-20.04 steps: + - uses: actions/checkout@v4 + with: + submodules: true + - name: cache-qemu id: cache-qemu uses: actions/cache@v3 @@ -70,10 +74,6 @@ jobs: sudo apt-get update sudo apt-get install g++-mips64el-linux-gnuabi64 - - uses: actions/checkout@v4 - with: - submodules: true - - name: configure run: | mkdir build && cd build