diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2023-03-06 08:42:51 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-03-06 10:08:43 +0100 |
commit | 47114a77f809b07f0b58fe3562b7b6c9fd3b3425 (patch) | |
tree | b90aa02055f2b455975fdda9064195e82aba065f /.github/actions/godot-deps | |
parent | 284a1b6a6ec6acb5cefc9506b9a54efe196f9ee5 (diff) |
CI: Pin SCons to 4.4.0, the new 4.5.0 is broken
(cherry picked from commit 85bb561713940665b989c1ad69b4d0f74bca166e)
Diffstat (limited to '.github/actions/godot-deps')
-rw-r--r-- | .github/actions/godot-deps/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/godot-deps/action.yml b/.github/actions/godot-deps/action.yml index e99167ff2b..38731db5d6 100644 --- a/.github/actions/godot-deps/action.yml +++ b/.github/actions/godot-deps/action.yml @@ -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 |