Explorar el Código

Merge pull request #74473 from godotengine/ci-scons-pin-4.4.0

CI: Pin SCons to 4.4.0, the new 4.5.0 is broken
Rémi Verschelde hace 2 años
padre
commit
ad9302bafc
Se han modificado 1 ficheros con 1 adiciones y 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