CI: Fix godot-cpp caching
This commit is contained in:
parent
8120fb1242
commit
715d4bf7e6
1 changed files with 2 additions and 0 deletions
2
.github/actions/godot-cpp-build/action.yml
vendored
2
.github/actions/godot-cpp-build/action.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue