Explorar o código

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

(cherry picked from commit 85bb561713940665b989c1ad69b4d0f74bca166e)
Rémi Verschelde %!s(int64=2) %!d(string=hai) anos
pai
achega
62b6529fed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/actions/godot-deps/action.yml

+ 1 - 1
.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