Skip to content

Commit

Permalink
update godot version in continuous_build_check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogboydog committed Nov 20, 2023
1 parent 3493322 commit f793f44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous_build_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:
- '**/*.md'
- 'docs/**'
env:
GODOT_CLI: ./Godot_v4.1.1-stable_mono_linux_x86_64/Godot_v4.1.1-stable_mono_linux.x86_64
GODOT_CLI: ./Godot_v4.1.3-stable_mono_linux_x86_64/Godot_v4.1.3-stable_mono_linux.x86_64
defaults:
run:
shell: bash
shell: bash3

jobs:

Expand All @@ -34,7 +34,7 @@ jobs:
- name: Download Godot
id: downloadGodot
run: |
wget -O godot.zip https://downloads.tuxfamily.org/godotengine/4.1.1/mono/Godot_v4.1.1-stable_mono_linux_x86_64.zip
wget -O godot.zip https://downloads.tuxfamily.org/godotengine/4.1.3/mono/Godot_v4.1.3-stable_mono_linux_x86_64.zip
unzip godot.zip
- name: Build solution
Expand Down

0 comments on commit f793f44

Please sign in to comment.