diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index 42cb1235a..b658be4d1 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -36,6 +36,7 @@ jobs: if: matrix.os == 'ubuntu-latest' && matrix.crypto == 'wolfssl' run: | git clone https://github.com/wolfSSL/wolfssl + git checkout v5.7.0-stable cd wolfssl ./autogen.sh ./configure '--enable-srtp-kdf' '--enable-aesctr' '--enable-intelasm' '--enable-aesgcm-stream' @@ -57,6 +58,7 @@ jobs: run: | brew install autoconf automake libtool git clone https://github.com/wolfSSL/wolfssl + git checkout v5.7.0-stable cd wolfssl ./autogen.sh CPU=`sysctl -n machdep.cpu.brand_string` diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 668ff34a2..54a519234 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -52,6 +52,7 @@ jobs: if: matrix.os == 'ubuntu-latest' && matrix.crypto == 'wolfssl' run: | git clone https://github.com/wolfSSL/wolfssl + git checkout v5.7.0-stable cd wolfssl ./autogen.sh ./configure '--enable-srtp-kdf' '--enable-aesctr' '--enable-intelasm' '--enable-aesgcm-stream' @@ -84,6 +85,7 @@ jobs: run: | brew install autoconf automake libtool git clone https://github.com/wolfSSL/wolfssl + git checkout v5.7.0-stable cd wolfssl ./autogen.sh CPU=`sysctl -n machdep.cpu.brand_string`