Skip to content

Commit

Permalink
Remove build directory before compiling static casadi lib
Browse files Browse the repository at this point in the history
  • Loading branch information
doppioandante authored Apr 30, 2024
1 parent 9ad582a commit ec92197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Build casadi (static)
run: |
mkdir -p ${{ env.ASSET_NAME }}-static
rm -rf build
mkdir build
cd build
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DENABLE_SHARED=OFF -DENABLE_STATIC=ON -DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/${{ env.ASSET_NAME }}-static
Expand Down

0 comments on commit ec92197

Please sign in to comment.