File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 sudo apt-get update
6767 sudo apt-get install -y libssl-dev libcurl4-openssl-dev libjansson-dev \
6868 libcjose-dev pkg-config build-essential apache2-dev libhiredis-dev \
69- libmemcached-dev autotools-dev autoconf automake libtool
69+ libmemcached-dev autotools-dev autoconf automake libtool check
7070
7171 - name : Checkout OSP
7272 uses : actions/checkout@v4
7979 git clone https://github.com/OpenIDC/liboauth2.git
8080 cd liboauth2
8181 git checkout ${{ matrix.liboauth2_ref }}
82-
83- if [ ${{ matrix.force_fail }} != '' ]; then
84- patch -p1 < $GITHUB_WORKSPACE/osp/wolfProvider/liboauth2/liboauth2-${{ matrix.liboauth2_ref }}-wolfprov.patch
85- fi
82+ patch -p1 < $GITHUB_WORKSPACE/osp/wolfProvider/liboauth2/liboauth2-${{ matrix.liboauth2_ref }}-wolfprov.patch
8683
8784 autoreconf -fiv
8885 ./configure
You can’t perform that action at this time.
0 commit comments