Skip to content

Commit

Permalink
Build Kerberos V and PGP UAMs in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Dec 23, 2023
1 parent 8d0664a commit e93f31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
APT_PACKAGES: |
libtool libtool-bin automake autoconf libssl-dev libgcrypt-dev libkrb5-dev libpam0g-dev \
libdb-dev libtdb-dev libmysqlclient-dev libavahi-client-dev libacl1-dev libcrack2-dev \
libcups2-dev tcpd
libcups2-dev tcpd libkrb5-dev gnupg
jobs:
integration_test:
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Bootstrap
run: ./bootstrap
- name: Configure
run: ./configure
run: ./configure --enable-pgp-uam --enable-krbV-uam
- name: Build
run: make -j $(nproc)
- name: Run tests
Expand Down

0 comments on commit e93f31e

Please sign in to comment.