From f8e429ab7b721d2b420b52ba5114d9181c70483d Mon Sep 17 00:00:00 2001 From: Rekku Date: Fri, 23 Aug 2024 11:41:43 +0100 Subject: [PATCH] Flow 2.3 --- .github/workflows/build-godot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-godot.yml b/.github/workflows/build-godot.yml index 8ad3d83f..15d679f6 100644 --- a/.github/workflows/build-godot.yml +++ b/.github/workflows/build-godot.yml @@ -34,6 +34,11 @@ jobs: - name: Installing dependencies run: pacman -Syu --noconfirm git bash yasm python python-pip scons gcc diffutils make wget unzip tar mingw-w64 + - name: Checkout + uses: actions/checkout@v4 + with: + submodules: recursive + - name: Prepare Godot run: | wget -q -O godot_linux.zip https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}-stable/Godot_v${GODOT_VERSION}-stable_linux.x86_64.zip