Skip to content

Commit

Permalink
Include submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
RenNagasaki committed Feb 27, 2025
1 parent 90db642 commit 46482ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
dotnet-version: [ '8.0.x', '7.0.x' ]

steps:
- uses: actions/checkout@v4
- name: checkout all the submodules
uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup dotnet ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 46482ec

Please sign in to comment.