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:
Rémi Verschelde 2023-03-06 08:56:16 +01:00 committed by GitHub
commit ad9302bafc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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