Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
stanac committed Aug 17, 2023
1 parent 94d9636 commit 5cd05ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
'6.0.x'
'7.0.x'
6.0.x
7.0.x
- name: Install dependencies
run: |
cd tests
Expand Down

0 comments on commit 5cd05ba

Please sign in to comment.