Skip to content

Commit 525e9ed

Browse files
committed
Apply the patch no matter what
1 parent 51b3e21 commit 525e9ed

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/liboauth2.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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
@@ -79,10 +79,7 @@ jobs:
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

0 commit comments

Comments
 (0)