From 174117d0782d1b8dbab3e9868331027dd756eaff Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 12 Mar 2023 19:52:46 +0100 Subject: [PATCH] Ported: CI: Pin SCons to 4.4.0, the new 4.5.0 is broken - akien-mga https://github.com/godotengine/godot/commit/62b6529fed02d1076c6eb73e9c2c6d48e2349a49 --- .github/actions/pandemonium-deps/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pandemonium-deps/action.yml b/.github/actions/pandemonium-deps/action.yml index bb0c96821..4ea809d6c 100644 --- a/.github/actions/pandemonium-deps/action.yml +++ b/.github/actions/pandemonium-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