Merge pull request #116586 from Repiteo/ci/godot-cpp-cache

CI: Restore godot-cpp caching
This commit is contained in:
Thaddeus Crews
2026-02-21 12:17:00 -06:00
@@ -35,4 +35,6 @@ runs:
- name: SCons Build
shell: sh
env:
SCONS_CACHE: ${{ inputs.scons-cache }}
run: scons --directory=./godot-cpp/test "gdextension_dir=${{ github.workspace }}" ${{ inputs.scons-flags }}