Skip to content

Commit

Permalink
Install nuget & dotnet for tests (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 authored Dec 18, 2024
1 parent 49b7501 commit aba0cfc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ jobs:
- name: Setup Go with cache
uses: jfrog/.github/actions/install-go-with-cache@main

- name: Install NuGet
uses: nuget/setup-nuget@v2
with:
nuget-version: 6.x

- name: Install dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.x'

# Install Mono on Ubuntu to run nuget.exe (due to this issue on Ubuntu 24 that hasn't been fixed yet - https://github.com/NuGet/setup-nuget/issues/168)
- name: Install Mono on Ubuntu
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit aba0cfc

Please sign in to comment.