summaryrefslogtreecommitdiffstats
path: root/.github/actions
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-11-12 10:21:12 -0600
committerThaddeus Crews <repiteo@outlook.com>2024-11-12 11:30:24 -0600
commit66fe2c8b44f34ea72892fed9594396d33a59f251 (patch)
treef524cc3d3b482c3df0fda0ce7d6c23b5622afae8 /.github/actions
parentcaff0ff591ed63234474c46a6fd868661aa8ea01 (diff)
downloadredot-engine-66fe2c8b44f34ea72892fed9594396d33a59f251.tar.gz
SCons: Bump minimum SCons & Python versions
SCons: 3.1.2 → 4.0 Python: 3.6 → 3.8
Diffstat (limited to '.github/actions')
-rw-r--r--.github/actions/godot-deps/action.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/actions/godot-deps/action.yml b/.github/actions/godot-deps/action.yml
index eb9bdef1e7..bd9a1f55ed 100644
--- a/.github/actions/godot-deps/action.yml
+++ b/.github/actions/godot-deps/action.yml
@@ -27,6 +27,5 @@ runs:
shell: bash
run: |
python -c "import sys; print(sys.version)"
- python -m pip install wheel
python -m pip install scons==${{ inputs.scons-version }}
scons --version