Browse Source

Bump github workflows to SCons 4.7

Andrew Morrow 1 year ago
parent
commit
5b5ec8f4dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/actions/godot-deps/action.yml

+ 1 - 1
.github/actions/godot-deps/action.yml

@@ -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