Skip to content

Commit 14cead1

Browse files
committed
Add krb5 server packages
1 parent 6112d63 commit 14cead1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v1
3939
- name: Setup Build Tools
40-
run: sudo apt-get install -y krb5-kdc libkrb5-dev
40+
run: sudo apt-get install -y libkrb5-dev krb5-user krb5-kdc krb5-admin-server krb5-multidev
4141
- name: Set Up Python
4242
uses: actions/setup-python@v1
4343
with:

0 commit comments

Comments
 (0)