Skip to content

Commit

Permalink
check out with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
truongtphat authored Aug 2, 2023
1 parent 199d0b1 commit 15939c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Pull & update submodules recursively
run: |
git submodule update --init --recursive
git submodule update --recursive --remote
with:
submodules: https://github.com/mixcore/mix.heart.git
- name: Setup
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 15939c1

Please sign in to comment.