Skip to content

Commit

Permalink
github workspace win paths
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Mar 27, 2024
1 parent 6c48746 commit d8c3bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-nuget-package.yml
Expand Up @@ -184,6 +184,6 @@ jobs:
run: |
dotnet new console
rm Program.cs
cp $GITHUB_WORKSPACE/examples/call_highs_from_csharp.cs .
cp ${{runner.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 d8c3bc0

Please sign in to comment.