From 4feb9cba1491922260c6effc3bc3f9c87e2441d8 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 2 Oct 2022 15:43:36 +0200 Subject: [PATCH] Tweak github builder again --- .github/workflows/godot-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/godot-build.yml b/.github/workflows/godot-build.yml index 3dc2841..bcd9ada 100644 --- a/.github/workflows/godot-build.yml +++ b/.github/workflows/godot-build.yml @@ -10,7 +10,7 @@ jobs: name: "Build game" runs-on: ubuntu-latest container: - image: "barichello/godot-ci:3.4.4" + image: "barichello/godot-ci:3.5.1" strategy: matrix: @@ -29,7 +29,7 @@ jobs: - name: "⚙️ Setup Godot templates" run: | mkdir -v -p ~/.local/share/godot/templates - mv /root/.local/share/godot/templates/3.4.4.stable ~/.local/share/godot/templates/3.4.4.stable + mv /root/.local/share/godot/templates/3.5.1.stable ~/.local/share/godot/templates/3.5.1.stable - name: "⚙️ Setup Godot build directories" run: |