diff --git a/.forgejo/workflows/botserver.yaml b/.forgejo/workflows/botserver.yaml index ab743fc05..49f3aeaaf 100644 --- a/.forgejo/workflows/botserver.yaml +++ b/.forgejo/workflows/botserver.yaml @@ -26,7 +26,7 @@ jobs: - name: Setup Workspace run: | - git clone --depth 1 --recursive https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace + git clone --depth 1 --recursive --shallow-submodules https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace rm -rf workspace/botserver mv botserver workspace/botserver @@ -37,9 +37,9 @@ jobs: ~/.cargo/registry ~/.cargo/git workspace/target - key: ${{ runner.os }}-cargo-debug-${{ hashFiles('**/Cargo.lock') }} + key: ${{ runner.os }}-cargo-v2-debug-${{ hashFiles('**/Cargo.lock') }} restore-keys: | - ${{ runner.os }}-cargo-debug- + ${{ runner.os }}-cargo-v2-debug- - name: Install system dependencies run: |