Skip to content

Commit

Permalink
bash
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Mar 27, 2024
1 parent d8c3bc0 commit 7d0c48f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-nuget-package.yml
Expand Up @@ -180,10 +180,11 @@ 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 ${{runner.workspace}}\examples\call_highs_from_csharp.cs .
cp $GUTHUB_WORKSPACE\examples\call_highs_from_csharp.cs .
dotnet add package Highs --version=1.6.95 -s ${{runner.workspace}}\nugets
dotnet run

0 comments on commit 7d0c48f

Please sign in to comment.