Skip to content

Commit de2c691

Browse files
committed
Install LDAP clients
1 parent be4678a commit de2c691

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24+
- name: Install LDAP clients
25+
run: sudo apt install -y ldap-utils
2426
- name: Set up JDK 21
2527
uses: actions/setup-java@v4
2628
with:

0 commit comments

Comments
 (0)