Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit dc6c019

Browse files
committed
Checkout submodules in build workflow
1 parent 518dbd9 commit dc6c019

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-cli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v2
11+
with:
12+
submodules: true
1113
- name: Setup .NET Core SDK 6
1214
uses: actions/setup-dotnet@v1
1315
with:

0 commit comments

Comments
 (0)