Skip to content

Commit

Permalink
fix github actions for minver
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDunn committed Jan 5, 2022
1 parent 57039f2 commit 5f8060e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pacmanblazor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

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

0 comments on commit 5f8060e

Please sign in to comment.