Jelajahi Sumber

CI: Update target for godot-cpp after https://github.com/godotengine/godot-cpp/pull/867

Rémi Verschelde 3 tahun lalu
induk
melakukan
0056acf46f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .github/workflows/linux_builds.yml

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

@@ -215,7 +215,7 @@ jobs:
         if: ${{ matrix.godot-cpp-test }}
         if: ${{ matrix.godot-cpp-test }}
         run: |
         run: |
           cd godot-cpp/test
           cd godot-cpp/test
-          scons target=debug
+          scons target=template_debug dev_build=yes
           cd ../..
           cd ../..
 
 
       - name: Prepare artifact
       - name: Prepare artifact