Skip to content

Commit 6eb2cc6

Browse files
committed
fetch submodule
1 parent f95801a commit 6eb2cc6

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/workflows/endurancce_test.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,20 @@ jobs:
99
repeated-tests:
1010
runs-on: ubuntu-latest
1111

12-
steps:
13-
- name: Check out repo
12+
steps:
13+
- name: Check out repository
1414
uses: actions/checkout@v3
15+
with:
16+
submodules: true
17+
fetch-depth: 0
18+
19+
- name: Initialize & update submodules
20+
run: git submodule update --init --recursive
21+
22+
- name: Prepare third_party directory
23+
run: |
24+
sudo mkdir -p third_party
25+
sudo chown $USER third_party
1526
1627
- name: Set up Go
1728
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)