Skip to content

Commit

Permalink
ci: changed setup to install .NET 6 and .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
capjan committed Dec 27, 2023
1 parent a85346f commit 69ddc10
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup .NET 8
uses: actions/setup-dotnet@v1
- name: Setup .NET 6 LTS and .NET 8 LTS
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: |
6.0.x
8.0.x
#- name: install Markdown Utility
# run: |
Expand Down

0 comments on commit 69ddc10

Please sign in to comment.