Skip to content

Commit

Permalink
Fixed copy-pasta typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EliIser committed May 10, 2024
1 parent 97d40c3 commit 6c3ae33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Add .Net 3.5 Framework
- name: Add .Net 5 Framework
uses: actions/setup-dotnet@v4
with:
dotnet-version: '5.x'
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Add .Net 3.5 Framework
- name: Add .Net 5 Framework
uses: actions/setup-dotnet@v4
with:
dotnet-version: '5.x'
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Add .Net 3.5 Framework
- name: Add .Net 5 Framework
uses: actions/setup-dotnet@v4
with:
dotnet-version: '5.x'
Expand Down

0 comments on commit 6c3ae33

Please sign in to comment.