Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc committed Jan 12, 2024
1 parent a680f2b commit ae66c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install/wolfssl/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ runs:
using: composite
steps:
- run: |
./.github/actions/install/wolfssl/install.sh ${{ input.version }}
./.github/actions/install/wolfssl/install.sh ${{ inputs.version }}
sudo rm -rf /usr/include/openssl
shell: bash

0 comments on commit ae66c1d

Please sign in to comment.