Reset github checkout fetch-depth to 1.
parent
f304a86a60
commit
8422d3b7c2
|
@ -262,7 +262,6 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
# Lint
|
# Lint
|
||||||
#- name: Setup clang-format
|
#- name: Setup clang-format
|
||||||
|
|
|
@ -81,7 +81,6 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
|
||||||
- name: 🔗 GDExtension Build
|
- name: 🔗 GDExtension Build
|
||||||
uses: godotengine/godot-cpp-template/.github/actions/build@main
|
uses: godotengine/godot-cpp-template/.github/actions/build@main
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue