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:
Leroy Hopson 2024-03-03 14:08:09 +13:00
parent 1a5f0f96da
commit c6609ebae5
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
6 changed files with 18 additions and 19 deletions

View file

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