From 07f76f29566d487b3fccbb0eb3588674f998aae0 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Mon, 22 Aug 2022 22:45:14 +1200 Subject: [PATCH] Don't clone submodules for non build jobs Submodules are only required for building the GDNative library or export templates, otherwise we download the pre-built ones so don't need the submodules. --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ee9734..8174d17 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -208,8 +208,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - with: - submodules: recursive - name: Setup Godot uses: lihop/setup-godot@v1.0.2 - name: Install binary build artifacts @@ -250,8 +248,6 @@ jobs: bits: 32 steps: - uses: actions/checkout@v2 - with: - submodules: recursive - name: Setup Godot uses: lihop/setup-godot@v1.0.2 with: