Skip to content

Commit

Permalink
Updated the version of Godot in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriySalnikov committed Nov 5, 2024
1 parent 9a362b6 commit d180911
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gdextension_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ jobs:
with:
submodules: recursive

- name: Compile GDExtension
- name: Compile GDExtension target=editor
uses: ./.github/actions/compile_gdextension
with:
platform: ${{matrix.platform}}
Expand All @@ -319,7 +319,7 @@ jobs:
use_cache: ${{env.USE_CACHE}}
token: ${{secrets.TELEMETRY_TOKEN}}

- name: Compile GDExtension
- name: Compile GDExtension target=template_release
uses: ./.github/actions/compile_gdextension
with:
platform: ${{matrix.platform}}
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:

env:
# Sync with container: image:
GODOT_VERSION: 4.2.1-stable
GODOT_VERSION: 4.2.2-stable
ADDON_DIR: debug_draw_3d
PROJECT_PATH: dd3d_web_build
TESTS_PATH: examples_dd3d
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
needs: [data_preparation, generate_docs, web-gdextension]

env:
GODOT_VERSION: 4.2.1-stable
GODOT_VERSION: 4.2.2-stable
PROJECT_PATH: dd3d_web_build
BUILD_FOLDER: demo_build

Expand Down

0 comments on commit d180911

Please sign in to comment.