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