Skip to content

Commit

Permalink
Actually install .NET 8 on GitHub action runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed May 18, 2024
1 parent c1d200d commit a246307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0'
dotnet-version: '8.0'

- name: Run script
shell: pwsh
Expand Down

0 comments on commit a246307

Please sign in to comment.