Skip to content

Commit

Permalink
include issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed Jul 28, 2024
1 parent 386bbe5 commit 228f378
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/v81/mockups_${{ inputs.tag }}_Release.zip
curl -OL https://github.com/casadi/mockups/releases/download/v82/mockups_${{ inputs.tag }}_Release.zip
unzip mockups_${{ inputs.tag }}_Release.zip -d mockups
ls mockups
ls mockups/cmake
Expand Down

0 comments on commit 228f378

Please sign in to comment.