diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-04-07 20:19:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 20:19:13 +0200 |
commit | 26879ed55f7473035d375b9809b095407de41883 (patch) | |
tree | b5e8f38059fe560d322714fffa2a33a8006e4aad | |
parent | 10dc3284fafdd5a9ed3d6d4f007f85cc873412d1 (diff) | |
parent | 38fcb9d1124b303c2749cd7749a51e636cd85b3a (diff) |
Merge pull request #59992 from bruvzg/remove_godotcpp_build
-rw-r--r-- | .github/workflows/linux_builds.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 1594f5b2d9..7ac364c45f 100644 --- a/.github/workflows/linux_builds.yml +++ b/.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 }} |