Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Aug 21, 2024
1 parent a6f5333 commit cd5762a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/setup-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ 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
Expand Down

0 comments on commit cd5762a

Please sign in to comment.