File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 4949 automake \
5050 ca-certificates \
5151 openssl \
52- libtool
52+ libtool \
53+ bc
5354
5455 # Download pre-built packages from debs branch
5556 - name : Checkout debs branch
@@ -149,13 +150,9 @@ jobs:
149150 git remote add upstream https://github.com/wolfSSL/wolfProvider.git || true
150151 git fetch upstream --tags --no-recurse-submodules
151152
152- - name : Build wolfProvider
153+ - name : Install wolfProvider
153154 run : |
154- echo "Building ${{ inputs.fips_ref }} wolfProvider..."
155- WOLFSSL_TAG=${{ inputs.wolfssl_ref }} OPENSSL_TAG=${{ inputs.openssl_ref }} \
156- yes "Y" | $GITHUB_WORKSPACE/scripts/build-wolfprovider.sh --debian \
157- ${{ inputs.fips_ref == 'FIPS' && '--enable-fips' || '' }} \
158- ${{ inputs.replace_default && '--replace-default' || '' }}
155+ $GITHUB_WORKSPACE/debian/install-wolfprov.sh ${{ env.WOLFPROV_PACKAGES_PATH }}
159156
160157 - name : Setup packages directory
161158 run : |
You can’t perform that action at this time.
0 commit comments