Skip to content

Commit

Permalink
Fix error from wrong CI test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartan322 committed Nov 13, 2024
1 parent 1aa53b5 commit 1886060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
# Only used for the cache key. Increment version to force clean build.
GODOT_BASE_BRANCH: master
# Used to select the version of Redot to run the tests with.
REDOT_TEST_VERSION: master
REDOT_TEST_VERSION: 4.3-rc.1

concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}
Expand Down

0 comments on commit 1886060

Please sign in to comment.