CI: Pin SCons to 4.4.0, the new 4.5.0 is broken

(cherry picked from commit 85bb561713)
This commit is contained in:
Rémi Verschelde 2023-03-06 08:42:51 +01:00 committed by Rémi Verschelde
parent e90ac4b0e7
commit 62b6529fed
No known key found for this signature in database
GPG key ID: C3336907360768E1

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