From 063993799341c4fb380dc088d0cb48fa8fd37f81 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 21 Jul 2025 02:45:55 +0200 Subject: [PATCH] Fix C++ compatibility workflow: build spine-libgdx first MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/spine-cpp-compatibility.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/spine-cpp-compatibility.yml b/.github/workflows/spine-cpp-compatibility.yml index 1a48a1c80..537e2c46a 100644 --- a/.github/workflows/spine-cpp-compatibility.yml +++ b/.github/workflows/spine-cpp-compatibility.yml @@ -35,6 +35,10 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }} restore-keys: ${{ runner.os }}-gradle + - name: Build spine-libgdx first + working-directory: spine-libgdx + run: ./gradlew build + - name: Run C++ vs Java compatibility test working-directory: tests run: ./test.sh cpp -s spineboy -f