Skip to content

Commit b441ee6

Browse files
committed
Enforce recursive submodule initialisation
1 parent 291a042 commit b441ee6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,14 @@ jobs:
6969
steps:
7070
- name: Checkout the repository
7171
uses: actions/checkout@v6
72+
with:
73+
submodules: recursive
7274

7375
- name: Install Dependencies
7476
uses: "./.github/install_dependencies"
7577
with:
7678
dotnet-version: ${{ env.DOTNET_SDK }}
77-
run-uno-check: 'false'
79+
run-uno-check: false
7880

7981
- name: Restore
8082
run: |

0 commit comments

Comments
 (0)