Skip to content

Commit

Permalink
Add env for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Dec 26, 2024
1 parent 57211f4 commit aec1499
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nugetTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:

- name: Install .NET
uses: actions/setup-dotnet@v4
if: matrix.os == 'ubuntu'
env:
DOTNET_INSTALL_DIR: "path/to/directory"
with:
dotnet-version: '6.x'

Expand Down

0 comments on commit aec1499

Please sign in to comment.