Skip to content

Commit

Permalink
submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Splamy committed Jul 13, 2024
1 parent c09bc6b commit 6bc8bc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'recursive'

- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -66,12 +67,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rid: [ linux-x64, linux-arm, linux-arm64, win-x64 ]
rid: [ "linux-x64", "linux-arm", "linux-arm64", "win-x64" ]

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'recursive'

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

0 comments on commit 6bc8bc0

Please sign in to comment.