Skip to content

Commit ae7b413

Browse files
committed
CI: Pin SCons to 4.4.0, the new 4.5.0 is broken
(cherry picked from commit 85bb561)
1 parent a97563f commit ae7b413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/godot-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ runs:
2323
shell: bash
2424
run: |
2525
python -c "import sys; print(sys.version)"
26-
python -m pip install scons
26+
python -m pip install scons==4.4.0
2727
scons --version

0 commit comments

Comments
 (0)