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