Skip to content

Commit

Permalink
fixed as the ysay
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Sep 2, 2024
1 parent 40db039 commit 1c96f1e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/setup-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ runs:
if: runner.os == 'Windows'
with:
dotnet-version: 8.0.x
- name: Setup .NET
uses: actions/setup-dotnet@v4
if: runner.os != 'Windows'
with:
dotnet-version: 8.0.304
- name: Force .NET version
if: runner.os != 'Windows'
shell: pwsh
run: dotnet new globaljson --sdk-version 8.0.304
- name: Show .NET Info
shell: pwsh
run: dotnet --info
Expand Down

0 comments on commit 1c96f1e

Please sign in to comment.