Skip to content

Commit

Permalink
updated workflow so that checkout is done recursive.
Browse files Browse the repository at this point in the history
  • Loading branch information
maforget committed Jul 21, 2024
1 parent e82e08e commit 3475751
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: setup-msbuild
uses: microsoft/setup-msbuild@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr-artifact-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: setup-msbuild
uses: microsoft/setup-msbuild@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: setup-msbuild
uses: microsoft/setup-msbuild@v2
Expand Down

0 comments on commit 3475751

Please sign in to comment.