Skip to content

Commit

Permalink
this is better
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Aug 21, 2024
1 parent cd5762a commit 3fddd96
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/setup-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,11 @@ runs:
xcode-version: latest-stable
- name: Setup .NET
uses: actions/setup-dotnet@v3
if: runner.os != 'macOS'
with:
dotnet-version: 8.0.304
- name: Setup .NET
uses: actions/setup-dotnet@v3
if: runner.os == 'macOS'
env:
DOTNET_INSTALL_DIR: '${{ runner.temp }}/.dotnet'
with:
dotnet-version: 8.0.304
- name: Show .NET Info
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 3fddd96

Please sign in to comment.