mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Merge pull request #74473 from godotengine/ci-scons-pin-4.4.0
CI: Pin SCons to 4.4.0, the new 4.5.0 is broken
This commit is contained in:
commit
ad9302bafc
2
.github/actions/godot-deps/action.yml
vendored
2
.github/actions/godot-deps/action.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user