Skip to content

Commit

Permalink
bash
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Mar 26, 2024
1 parent f63ef8d commit 0fb5611
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-nuget-package.yml
Expand Up @@ -148,20 +148,19 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build HiGHS Windows native
shell: bash
run: |
cmake -E make_directory ${{runner.workspace}}/build
cmake -E make_directory ${{runner.workspace}}/nugets
cmake -E make_directory ${{runner.workspace}}/test_nuget
- name: Configure CMake
working-directory: ${{runner.workspace}}/build
shell: bash
working-directory: ${{runner.workspace}}/build
run: cmake $GITHUB_WORKSPACE -DCSHARP=ON -DBUILD_DOTNET=ON

- name: Build
working-directory: ${{runner.workspace}}/build
shell: bash
working-directory: ${{runner.workspace}}/build
run: cmake --build . --config Release --parallel

- uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 0fb5611

Please sign in to comment.