Skip to content

Commit

Permalink
enable submodules in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Oct 2, 2022
1 parent 4537756 commit 05cc91f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Checkout submodules
run: git submodule update --init --recursive

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 05cc91f

Please sign in to comment.