mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-11 22:35:30 +02:00
feat(compat): make compatible with godot v4.2+
Previously the plugin could only be used with v4.2.1. This commit extends support support back to v4.2.0.
This commit is contained in:
parent
1a5f0f96da
commit
c6609ebae5
6 changed files with 18 additions and 19 deletions
4
.github/actions/cache-submodules/action.yml
vendored
4
.github/actions/cache-submodules/action.yml
vendored
|
@ -29,7 +29,9 @@ runs:
|
|||
uses: actions/cache@v3
|
||||
id: cache
|
||||
with:
|
||||
path: addons/godot_xterm/native/thirdparty
|
||||
path: |
|
||||
addons/godot_xterm/native/thirdparty/libuv
|
||||
addons/godot_xterm/native/thirdparty/node-pty
|
||||
key: thirdparty-${{ inputs.platform }}-${{ inputs.arch }}-${{ inputs.target }}-${{ steps.hash.outputs.hash }}-${{ steps.hash.outputs.build-files-hash }}
|
||||
restore-keys: |
|
||||
thirdparty-${{ inputs.platform }}-${{ inputs.arch }}-${{ inputs.target }}-${{ steps.hash.outputs.hash }}-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue