From f5a4ab3eb4a8aaf198b9eebb0fecd29d036c4190 Mon Sep 17 00:00:00 2001 From: Patrick Dawson Date: Fri, 9 Aug 2024 06:27:15 +0200 Subject: [PATCH] test --- .github/workflows/gdext.yml | 20 +++++++++++++++++--- .github/workflows/godot.yml | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gdext.yml b/.github/workflows/gdext.yml index ddb3a3e..583da20 100644 --- a/.github/workflows/gdext.yml +++ b/.github/workflows/gdext.yml @@ -10,7 +10,21 @@ env: vcpkg_tag: 1de2026f28ead93ff1773e6e680387643e914ea1 # 2024.07.12 jobs: + dump_interface: + name: Dump GDExtension API (double) + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + repository: godotengine/godot + ref: 4.2.2-stable + + - run: | + pwd + ls -al + build: + needs: [dump_interface] strategy: fail-fast: false matrix: @@ -212,7 +226,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-14, windows-latest] - gdver: ["4.2.2", "4.3.0-rc.2"] + gdver: ["4.2.2", "4.3.0-rc.3"] include: - os: ubuntu-latest name: 🐧GdsGameProject @@ -293,7 +307,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-14, windows-latest] - gdver: ["4.2.2", "4.3.0-rc.2"] + gdver: ["4.2.2", "4.3.0-rc.3"] include: - os: ubuntu-latest name: 🐧🧪GDScript @@ -341,7 +355,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-14, windows-latest] - gdver: ["4.2.2", "4.3.0-rc.2"] + gdver: ["4.2.2", "4.3.0-rc.3"] include: - os: ubuntu-latest name: 🐧🧪C# diff --git a/.github/workflows/godot.yml b/.github/workflows/godot.yml index f07cd45..750e2e4 100644 --- a/.github/workflows/godot.yml +++ b/.github/workflows/godot.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-14, windows-latest] - gdver: ["4.2.2", "4.3.0-rc.2"] + gdver: ["4.2.2", "4.3.0-rc.3"] include: - os: ubuntu-latest name: 🐧🧪C# Only