Skip to content

Commit

Permalink
sdk and win path
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Mar 27, 2024
1 parent a443f0c commit ca78403
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-nuget-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,10 @@ jobs:
run: dotnet nuget push ./bin/Release/*.nupkg -s name

- name: Create new project and test
shell: bash
working-directory: ${{runner.workspace}}/test_nuget
run: |
dotnet new console
rm Program.cs
cp $GUTHUB_WORKSPACE\examples\call_highs_from_csharp.cs .
cp ${{runner.workspace}}\HiGHS\examples\call_highs_from_csharp.cs .
dotnet add package Highs --version=1.6.94 -s ${{runner.workspace}}\nugets
dotnet run

0 comments on commit ca78403

Please sign in to comment.