Skip to content

Commit

Permalink
and another
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike authored Feb 5, 2025
1 parent f08e367 commit c3bda40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-unix-mono.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
# Disable sending .NET CLI telemetry to Microsoft.
DOTNET_CLI_TELEMETRY_OPTOUT: true
# Use a writeable installation directory
DOTNET_INSTALL_DIR: ${{ runner.temp }}/.dotnet

jobs:
unix-mono:
Expand Down Expand Up @@ -80,6 +78,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.102'
env:
DOTNET_INSTALL_DIR: ${{ runner.temp }}/.dotnet

- name: Get Installed .NET SDK Information
run: dotnet --info
Expand Down

0 comments on commit c3bda40

Please sign in to comment.