Skip to content

Commit 1e3ccc7

Browse files
pass version to script
1 parent 7cbea51 commit 1e3ccc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install/wolfssl/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ runs:
99
using: composite
1010
steps:
1111
- run: |
12-
./.github/actions/install/wolfssl/install.sh
12+
./.github/actions/install/wolfssl/install.sh ${{ input.version }}
1313
sudo rm -rf /usr/include/openssl
1414
shell: bash

0 commit comments

Comments
 (0)