Skip to content

Commit

Permalink
fixup! ci cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed Jul 14, 2024
1 parent 21cd5f5 commit 0bae26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
- run: |
cmake -B build -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON -DCMAKE_INSTALL_PREFIX=/work/install
cmake --build /work/build --target madnlp_c
cmake -B build -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON
cmake --build build --target madnlp_c
# Upload as release asset
- uses: vimtor/[email protected]
with:
Expand Down

0 comments on commit 0bae26d

Please sign in to comment.