mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-07 19:26:54 +08:00
[godot] Update setup action to latest Python/Scons versions.
This commit is contained in:
parent
9a168a26a4
commit
adbb5d367a
4
.github/actions/setup-godot-deps/action.yml
vendored
4
.github/actions/setup-godot-deps/action.yml
vendored
@ -12,7 +12,7 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
# Use python 3.x release (works cross platform)
|
# Use python 3.x release (works cross platform)
|
||||||
- name: Set up Python 3.x
|
- name: Set up Python 3.x
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
# Semantic version range syntax or exact version of a Python version
|
# Semantic version range syntax or exact version of a Python version
|
||||||
python-version: ${{ inputs.python-version }}
|
python-version: ${{ inputs.python-version }}
|
||||||
@ -23,5 +23,5 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python -c "import sys; print(sys.version)"
|
python -c "import sys; print(sys.version)"
|
||||||
python -m pip install scons
|
python -m pip install scons==4.4.0
|
||||||
scons --version
|
scons --version
|
||||||
Loading…
x
Reference in New Issue
Block a user