From 6a3b8b94ed8fa1066460d6367eebc68740b68893 Mon Sep 17 00:00:00 2001 From: DongshanPI <96765356+DongshanPI@users.noreply.github.com> Date: Tue, 5 Jul 2022 17:19:53 +0800 Subject: [PATCH] Update br2-t113-build.yml --- .github/workflows/br2-t113-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/br2-t113-build.yml b/.github/workflows/br2-t113-build.yml index 9b2d3ad..2a2bc56 100644 --- a/.github/workflows/br2-t113-build.yml +++ b/.github/workflows/br2-t113-build.yml @@ -21,8 +21,8 @@ jobs: - name: Clone submodules run: | - git submodule update --init --recursive - git submodule update --recursive --remote + git submodule update --init --recursive + git submodule update --recursive --remote - name: Configure Buildroot run: make -C buildroot BR2_EXTERNAL="../br2t113pro/ ../br2lvgl/" O=./output ${{ matrix.config }}