Skip to content

Commit c1e9f49

Browse files
committed
CI: fetch submodule
Signed-off-by: hyx0329 <hyx0329@163.com>
1 parent 218d0d7 commit c1e9f49

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/automatic-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- name: Fetch repo
1313
uses: actions/checkout@v3
1414

15+
- name: Checkout submodules
16+
run: git submodule update --init
17+
1518
- name: Prepare environment
1619
run: |
1720
sudo apt update && sudo apt install -y \

.github/workflows/build-image.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Fetch repo
1414
uses: actions/checkout@v3
1515

16+
- name: Checkout submodules
17+
run: git submodule update --init
18+
1619
- name: Prepare environment
1720
run: |
1821
sudo apt update && sudo apt install -y \

0 commit comments

Comments
 (0)