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