Skip to content

Commit

Permalink
link to blazium-engine/godot-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalesState committed Nov 26, 2024
1 parent 54849aa commit 911b6b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/godot_cpp_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: blazium-dev
# Used for the godot-cpp checkout.
GODOT_CPP_BRANCH: '4.2'
GODOT_CPP_BRANCH: '4.3'

concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-cpp-tests
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Checkout godot-cpp
uses: actions/checkout@v4
with:
repository: godotengine/godot-cpp
repository: blazium-engine/godot-cpp
ref: ${{ env.GODOT_CPP_BRANCH }}
submodules: 'recursive'
path: 'godot-cpp'
Expand Down
2 changes: 1 addition & 1 deletion misc/scripts/validate_extension_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ while read -r file; do
get_expected_output "$file"

# Download the reference extension_api.json
wget -nv --retry-on-http-error=503 --tries=5 --timeout=60 -cO "$reference_file" "https://raw.githubusercontent.com/godotengine/godot-cpp/godot-$reference_tag/gdextension/extension_api.json" || has_problems=1
wget -nv --retry-on-http-error=503 --tries=5 --timeout=60 -cO "$reference_file" "https://raw.githubusercontent.com/blazium-engine/godot-cpp/blazium-$reference_tag/gdextension/extension_api.json" || has_problems=1
# Validate the current API against the reference
"$1" --headless --validate-extension-api "$reference_file" 2>&1 | tee "$validate" | awk '!/^Validate extension JSON:/' - || true
# Collect the expected and actual validation errors
Expand Down

0 comments on commit 911b6b3

Please sign in to comment.