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 0c03419 commit 21cd5f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
- run: |
cmake -B build -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON
cmake -B build -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON -DCMAKE_INSTALL_PREFIX=/work/install
cmake --build /work/build --target madnlp_c
# Upload as release asset
- uses: vimtor/[email protected]
with:
files: build/madnlp_c--0.1.0
files: foo/
recursive: true
dest: foo.zip
- uses: actions/[email protected]
Expand Down

0 comments on commit 21cd5f5

Please sign in to comment.