Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BytingBulldogs3539 authored Jan 13, 2024
1 parent 176c9a3 commit 04f4616
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
- name: setup-msbuild
uses: microsoft/[email protected]

- name: Install dependencies
run: dotnet add package Newtonsoft.Json --version 12.0.1 && dotnet add package FontAwesome.Sharp --version 6.1.1 && dotnet add package MathNet.Numerics --version 4.15.0 && dotnet add package SSH.NET --version 2016.1.0

- name: Set VS.net environment
run: cmd.exe /C CALL "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat"

Expand Down

0 comments on commit 04f4616

Please sign in to comment.