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
commit 3d7cd421ea
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -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 }}