Skip to content

Commit

Permalink
Fixing GH Action syntax (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz authored Feb 16, 2024
1 parent f1f6115 commit ed0e86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,459 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
working-directory: ./src
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
Expand Down
Loading

0 comments on commit ed0e86e

Please sign in to comment.