Reset github checkout fetch-depth to 1.

pull/59/head
Lukas Tenbrink 2024-10-28 18:47:38 +01:00
parent f304a86a60
commit 8422d3b7c2
2 changed files with 0 additions and 2 deletions

View File

@ -262,7 +262,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
# Lint
#- name: Setup clang-format

View File

@ -81,7 +81,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: 🔗 GDExtension Build
uses: godotengine/godot-cpp-template/.github/actions/build@main
with: