Skip to content

Commit

Permalink
bump v34
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed Feb 20, 2023
1 parent cc509cb commit ab214ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
using: "composite"
steps:
- run: |
curl -OL https://github.com/casadi/mockups/releases/download/v33/mockups_${{ inputs.tag }}.zip
curl -OL https://github.com/casadi/mockups/releases/download/v34/mockups_${{ inputs.tag }}.zip
unzip mockups_${{ inputs.tag }}.zip -d mockups
ls mockups
ls mockups/cmake
Expand Down

0 comments on commit ab214ac

Please sign in to comment.