Skip to content

Commit 9dda1be

Browse files
authored
checkout submodules
1 parent 20dbb1f commit 9dda1be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/verify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
28+
with:
29+
submodules: recursive
2830

2931
- name: Set up competitive-verifier
3032
uses: adamant-pwn/actions/setup@patch-1
@@ -78,6 +80,7 @@ jobs:
7880
- uses: actions/checkout@v4
7981
with:
8082
fetch-depth: 2147483647
83+
submodules: recursive
8184

8285
- name: Restore cached results
8386
if: ${{ ! inputs.ignore_prev_result }}
@@ -126,6 +129,7 @@ jobs:
126129
- uses: actions/checkout@v4
127130
with:
128131
fetch-depth: 2147483647
132+
submodules: recursive
129133

130134
- name: Download verify_files.json and all artifacts
131135
id: all-artifacts

0 commit comments

Comments
 (0)