Skip to content

Commit

Permalink
Remove redundant godot-cpp build stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruvzg committed Apr 7, 2022
1 parent 0f9231c commit 38fcb9d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 38fcb9d

Please sign in to comment.