Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelGerr committed Jan 6, 2025
1 parent 10ebb55 commit 3a41f65
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:

steps:

- name: install .NET Core 8 SDK
- name: install .NET Core 8/9 SDKs
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
include-prerelease: false
dotnet-version: |
8.0.x
9.0.x
- name: checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 3a41f65

Please sign in to comment.