diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 23c99f0..a8c96ec 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -70,7 +70,7 @@ jobs: uses: microsoft/setup-msbuild@v1.1.3 - 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 + run: cd \Motion-Profile-Mapper && 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"