Skip to content

Commit b63c878

Browse files
committed
Fix sssd issue in CI
1 parent d634253 commit b63c878

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/sssd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
sssd_ref: [ 'master', '2.9.1' ]
26+
sssd_ref: [ '2.9.1' ]
2727
wolfssl_ref: [ 'master', 'v5.8.0-stable' ]
2828
openssl_ref: [ 'openssl-3.5.0' ]
2929
force_fail: ['WOLFPROV_FORCE_FAIL=1', '']
@@ -46,7 +46,8 @@ jobs:
4646
export DEBIAN_FRONTEND=noninteractive
4747
apt-get update
4848
apt-get install -y build-essential autoconf libldb-dev \
49-
libldb2 python3-ldb bc libcap-dev libutf8proc-dev
49+
libldb2 python3-ldb bc libcap-dev libutf8proc-dev libkrb5-dev \
50+
samba-dev
5051
5152
- name: Setup env
5253
run: |

0 commit comments

Comments
 (0)