mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
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.
This commit is contained in:
parent
1110219cf7
commit
07f76f2956
1 changed files with 0 additions and 4 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -208,8 +208,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
uses: lihop/setup-godot@v1.0.2
|
uses: lihop/setup-godot@v1.0.2
|
||||||
- name: Install binary build artifacts
|
- name: Install binary build artifacts
|
||||||
|
@ -250,8 +248,6 @@ jobs:
|
||||||
bits: 32
|
bits: 32
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
uses: lihop/setup-godot@v1.0.2
|
uses: lihop/setup-godot@v1.0.2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue