Skip to content

Commit

Permalink
Fix double $
Browse files Browse the repository at this point in the history
  • Loading branch information
doppioandante authored Apr 30, 2024
1 parent 52cbb42 commit 9ad582a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build casadi (static)
run: |
mkdir -p $${{ env.ASSET_NAME }}-static
mkdir -p ${{ env.ASSET_NAME }}-static
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 9ad582a

Please sign in to comment.