Skip to content

Commit 6a3b8b9

Browse files
authored
Update br2-t113-build.yml
1 parent 1c90937 commit 6a3b8b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/br2-t113-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121

2222
- name: Clone submodules
2323
run: |
24-
git submodule update --init --recursive
25-
git submodule update --recursive --remote
24+
git submodule update --init --recursive
25+
git submodule update --recursive --remote
2626
2727
- name: Configure Buildroot
2828
run: make -C buildroot BR2_EXTERNAL="../br2t113pro/ ../br2lvgl/" O=./output ${{ matrix.config }}

0 commit comments

Comments
 (0)