Skip to content

Commit

Permalink
Improve name of install step
Browse files Browse the repository at this point in the history
  • Loading branch information
nkristek committed Nov 11, 2019
1 parent 7b704c3 commit 020b535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: windows-latest
steps:

- name: Install .NET 3.0
- name: Install .NET Core 3.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.0.100
Expand Down

0 comments on commit 020b535

Please sign in to comment.