We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130f790 commit 269bdbdCopy full SHA for 269bdbd
.github/workflows/build_natives.yml
@@ -59,7 +59,7 @@ jobs:
59
shell: msys2 {0}
60
run: |
61
cmake -DCMAKE_BUILD_TYPE=Release -G Ninja -S ./ -B ./build
62
- cmake --build ./build --target all
+ cmake --build ./build --target libclarabel_c_shared
63
- name: Upload library
64
uses: actions/upload-artifact@v4
65
with:
0 commit comments