Skip to content

Commit d5ca596

Browse files
committed
Try to fix ci 2 : only init needed submodule in build yml
1 parent fb58440 commit d5ca596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
deployed: ${{ steps.build-step.outputs.deployed }}
3232
steps:
3333
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34-
with:
35-
submodules: true
34+
- name: Initialize build-logic submodule
35+
run: git submodule update --init build-logic/common
3636
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
3737
with:
3838
version: 2025.7.12

0 commit comments

Comments
 (0)