Skip to content

Commit

Permalink
Install .NET 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Oct 22, 2024
1 parent fd17810 commit 2703f78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sdl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
uses: actions/setup-dotnet@v3
if: runner.os == 'Windows'
with:
dotnet-version: 6.0.x
dotnet-version: |
6.0.201
7.0.*
env:
DOTNET_INSTALL_DIR: ~/.dotnet

- name: Setup PowerShell Core
continue-on-error: true
if: runner.os == 'Windows'
Expand Down

0 comments on commit 2703f78

Please sign in to comment.