Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit d62b85a

Browse files
committed
CI fixes
1 parent 19ff343 commit d62b85a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: actions/checkout@v2
5151
with:
5252
persist-credentials: false
53+
submodules: recursive
5354

5455
- name: Install dependencies (Linux)
5556
if: ${{ contains(matrix.host_os, 'ubuntu') }}
@@ -113,6 +114,8 @@ jobs:
113114
target: aarch64-unknown-linux-gnu
114115
steps:
115116
- uses: actions/checkout@v3
117+
with:
118+
submodules: recursive
116119
- uses: uraimo/run-on-arch-action@v2
117120
name: Build artifact
118121
id: build
@@ -181,6 +184,8 @@ jobs:
181184
-
182185
name: Checkout
183186
uses: actions/checkout@v3
187+
with:
188+
submodules: recursive
184189
-
185190
name: Docker meta
186191
id: meta

0 commit comments

Comments
 (0)