Skip to content

Commit 544b43b

Browse files
authored
Update test.yaml
1 parent 75a4771 commit 544b43b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v2
16-
with:
17-
submodules: true # Initializes and updates submodules
18-
19-
- name: List directory contents
20-
run: |
21-
ls -R ${{ github.workspace }}
15+
uses: actions/checkout@v2s
2216

2317
- name: Set up Python
2418
uses: actions/setup-python@v2
@@ -40,8 +34,9 @@ jobs:
4034
- name: Initialize and update submodules
4135
run: |
4236
cd ${{ github.workspace }}
37+
rm -rf buildroot
4338
git submodule init
44-
git submodule update
39+
git submodule update --init --recursive
4540
4641
- name: Build Batocera
4742
run: |

0 commit comments

Comments
 (0)