We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a680f2b commit ae66c1dCopy full SHA for ae66c1d
.github/actions/install/wolfssl/action.yml
@@ -9,6 +9,6 @@ runs:
9
using: composite
10
steps:
11
- run: |
12
- ./.github/actions/install/wolfssl/install.sh ${{ input.version }}
+ ./.github/actions/install/wolfssl/install.sh ${{ inputs.version }}
13
sudo rm -rf /usr/include/openssl
14
shell: bash
0 commit comments