Bump github workflows to SCons 4.7

(cherry picked from commit 5b5ec8f4dc)
This commit is contained in:
Andrew Morrow 2024-04-04 18:01:53 -04:00 committed by Rémi Verschelde
parent 52fa38b0f7
commit 7674e494ae
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -23,5 +23,5 @@ runs:
shell: bash shell: bash
run: | run: |
python -c "import sys; print(sys.version)" python -c "import sys; print(sys.version)"
python -m pip install scons==4.4.0 python -m pip install scons==4.7.0
scons --version scons --version