Skip to content

Commit

Permalink
fixing caption
Browse files Browse the repository at this point in the history
  • Loading branch information
inforithmics committed Aug 26, 2023
1 parent db413c6 commit cdbb6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget }}
# .Net 3.1 update
- name: Setup .NET 7 SDK
- name: Setup .NET 3.1 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-bench }}
# .Net 3.1 update
- name: Setup .NET 7 SDK
- name: Setup .NET 3.1 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
Expand Down

0 comments on commit cdbb6a0

Please sign in to comment.