Преглед изворни кода

Use godot-cpp 4.2 for the "Godot CPP" CI workflow

David Snopek пре 1 година
родитељ
комит
39bd685814
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/godot_cpp_test.yml

+ 1 - 1
.github/workflows/godot_cpp_test.yml

@@ -7,7 +7,7 @@ env:
   # Used for the cache key. Add version suffix to force clean build.
   GODOT_BASE_BRANCH: master
   # Used for the godot-cpp checkout.
-  GODOT_CPP_BRANCH: '4.1'
+  GODOT_CPP_BRANCH: '4.2'
 
 concurrency:
   group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-cpp-tests