summaryrefslogtreecommitdiff
path: root/.github/actions/godot-deps/action.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/godot-deps/action.yml')
-rw-r--r--.github/actions/godot-deps/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/godot-deps/action.yml b/.github/actions/godot-deps/action.yml
index e99167ff2b..38731db5d6 100644
--- a/.github/actions/godot-deps/action.yml
+++ b/.github/actions/godot-deps/action.yml
@@ -23,5 +23,5 @@ runs:
shell: bash
run: |
python -c "import sys; print(sys.version)"
- python -m pip install scons
+ python -m pip install scons==4.4.0
scons --version