diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index ad17222..f0e47ed 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -262,7 +262,6 @@ jobs: uses: actions/checkout@v4 with: submodules: true - fetch-depth: 0 # Lint #- name: Setup clang-format diff --git a/README.md b/README.md index 673595a..88cce92 100644 --- a/README.md +++ b/README.md @@ -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: