CI: Fix godot-cpp caching

This commit is contained in:
Thaddeus Crews 2026-02-21 09:04:20 -06:00
parent 8120fb1242
commit 715d4bf7e6
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 }}