Skip to content

Commit 4a20a0b

Browse files
committed
fix?
1 parent 09a5a4b commit 4a20a0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v3
23+
with:
24+
submodules: recursive
2325

2426
- name: Prepare build environment
2527
run: |
2628
apt-get update
2729
apt-get install -y build-essential git make gcc g++ libssl-dev ${{ matrix.os-arch == 'aarch64' && 'gcc-aarch64-linux-gnu g++-aarch64-linux-gnu' || '' }}
28-
git submodule update --force --recursive --init --remote
2930
mkdir -p release
3031
3132
- name: Build

0 commit comments

Comments
 (0)