godotengine / godot-cpp-template

Quickstart template for GDExtension development with Godot
https://docs.godotengine.org/en/stable/tutorials/scripting/gdextension/what_is_gdextension.html
The Unlicense
145 stars 55 forks source link

Reset github checkout fetch-depth to 1. #59

Closed Ivorforce closed 3 weeks ago

Ivorforce commented 4 weeks ago

This slightly speeds up the checkout. Setting fetch-depth to 0 fetches all branches and tags, which should not be required.