diff --git a/.github/workflows/continuous_build_check.yaml b/.github/workflows/continuous_build_check.yaml index 15b49c5..92df190 100644 --- a/.github/workflows/continuous_build_check.yaml +++ b/.github/workflows/continuous_build_check.yaml @@ -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: @@ -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