@@ -70,22 +70,23 @@ jobs:
7070 git remote add upstream https://github.com/wolfSSL/wolfProvider.git || true
7171 git fetch upstream --tags --no-recurse-submodules
7272
73- - name : Restore wolfSSL packages
74- uses : actions/cache@v4
75- id : wolfssl_cache
76- with :
77- path : |
78- ${{ env.WOLFSSL_PACKAGES_PATH }}/*.deb
79- ${{ env.WOLFSSL_PACKAGES_PATH }}/*.dsc
80- ${{ env.WOLFSSL_PACKAGES_PATH }}/*.tar.gz
81- key : wolfssl-debian-packages-${{ inputs.wolfssl_ref }}
82-
83- - name : Install wolfSSL packages from cache
84- if : steps.wolfssl_cache.outputs.cache-hit == 'true'
85- run : |
86- printf "Installing wolfSSL packages from cache:\n"
87- ls -la ${{ env.WOLFSSL_PACKAGES_PATH }}
88- apt install --reinstall -y ${{ env.WOLFSSL_PACKAGES_PATH }}/*wolfssl*.deb
73+ # Disable cache for debug purposes
74+ # - name: Restore wolfSSL packages
75+ # uses: actions/cache@v4
76+ # id: wolfssl_cache
77+ # with:
78+ # path: |
79+ # ${{ env.WOLFSSL_PACKAGES_PATH }}/*.deb
80+ # ${{ env.WOLFSSL_PACKAGES_PATH }}/*.dsc
81+ # ${{ env.WOLFSSL_PACKAGES_PATH }}/*.tar.gz
82+ # key: wolfssl-debian-packages-${{ inputs.wolfssl_ref }}
83+
84+ # - name: Install wolfSSL packages from cache
85+ # if: steps.wolfssl_cache.outputs.cache-hit == 'true'
86+ # run: |
87+ # printf "Installing wolfSSL packages from cache:\n"
88+ # ls -la ${{ env.WOLFSSL_PACKAGES_PATH }}
89+ # apt install --reinstall -y ${{ env.WOLFSSL_PACKAGES_PATH }}/*wolfssl*.deb
8990
9091 # TODO: roll this step into utils-wolfssl.sh
9192 - name : Build wolfSSL packages and install
0 commit comments