Skip to content

Commit

Permalink
Merge pull request #459 from hazzik/checkout-submodules
Browse files Browse the repository at this point in the history
Checkout submodules for Mac build action
  • Loading branch information
Serg-Norseman authored May 31, 2023
2 parents 7088a87 + 0649a95 commit b76d8b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit b76d8b1

Please sign in to comment.