Skip to content

Commit

Permalink
Merge pull request #81238 from dsnopek/godot-cpp-version
Browse files Browse the repository at this point in the history
Use godot-cpp 4.1 for the "Godot CPP" CI workflow to prevent circular dependency
  • Loading branch information
akien-mga committed Sep 2, 2023
2 parents 7dc14db + 8012646 commit d2ae309
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/godot_cpp_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on:

# Global Settings
env:
# Used for the cache key, and godot-cpp checkout. Add version suffix to force clean build.
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: master
# Used for the godot-cpp checkout.
GODOT_CPP_BRANCH: '4.1'

concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-cpp-tests
Expand All @@ -26,7 +28,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: godotengine/godot-cpp
ref: ${{ env.GODOT_BASE_BRANCH }}
ref: ${{ env.GODOT_CPP_BRANCH }}
submodules: 'recursive'
path: 'godot-cpp'

Expand Down

0 comments on commit d2ae309

Please sign in to comment.