Browse Source
Add recursive submodule checkout to API diff workflow
Enable recursive submodule checkout in API diff workflow.
pull/20895/head
Max Katz
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
.github/workflows/api-diff.yml
|
|
|
@ -70,6 +70,7 @@ jobs: |
|
|
|
uses: actions/checkout@v4 |
|
|
|
with: |
|
|
|
ref: ${{ steps.pr.outputs.sha }} |
|
|
|
submodules: recursive |
|
|
|
|
|
|
|
- name: Setup .NET |
|
|
|
uses: actions/setup-dotnet@v4 |
|
|
|
|