From 8a80cf9ee3de6ecbfe9cafb9c0f36167fdde0f71 Mon Sep 17 00:00:00 2001 From: Fabiana Cecin Date: Thu, 11 Dec 2025 06:33:38 -0300 Subject: [PATCH] force update submodules on build --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 570d7943a..c1b96f116 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,9 @@ jobs: .git/modules key: ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }} + - name: Update submodules + run: git submodule update --init --recursive + - name: Build binaries run: make V=1 QUICK_AND_DIRTY_COMPILER=1 all tools