Explorar o código

Remove redundant `godot-cpp` build stage.

bruvzg %!s(int64=3) %!d(string=hai) anos
pai
achega
38fcb9d112
Modificáronse 1 ficheiros con 0 adicións e 8 borrados
  1. 0 8
      .github/workflows/linux_builds.yml

+ 0 - 8
.github/workflows/linux_builds.yml

@@ -193,14 +193,6 @@ jobs:
           cp -f extension_api.json godot-cpp/godot-headers/
           cp -f core/extension/gdnative_interface.h godot-cpp/godot-headers/godot/
 
-      # Build godot-cpp library
-      - name: Build godot-cpp library
-        if: ${{ matrix.godot-cpp-test }}
-        run: |
-          cd godot-cpp
-          scons target=${{ matrix.target }} generate_bindings=yes -j2
-          cd ..
-
       # Build godot-cpp test extension
       - name: Build godot-cpp test extension
         if: ${{ matrix.godot-cpp-test }}