File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 id : cache-wolfssl
3333 with :
3434 path : build-dir/
35- key : wolfssh-sshd -wolfssl-${{ matrix.wolfssl }}-${{ matrix.os }}
35+ key : wolfssh-benchmark -wolfssl-${{ matrix.wolfssl }}-${{ matrix.os }}
3636 lookup-only : true
3737
3838 - name : Checkout, build, and install wolfssl
4242 repository : wolfssl/wolfssl
4343 ref : ${{ matrix.wolfssl }}
4444 path : wolfssl
45- configure : --enable-all
45+ configure : --enable-all --enable-intelasm --enable-sp --enable-sp-asm
4646 check : false
4747 install : true
4848
6262 uses : actions/cache@v4
6363 with :
6464 path : build-dir/
65- key : wolfssh-sshd -wolfssl-${{ matrix.wolfssl }}-${{ matrix.os }}
65+ key : wolfssh-benchmark -wolfssl-${{ matrix.wolfssl }}-${{ matrix.os }}
6666 fail-on-cache-miss : true
6767
6868 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments