We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4678a commit de2c691Copy full SHA for de2c691
1 file changed
.github/workflows/maven.yml
@@ -21,6 +21,8 @@ jobs:
21
22
steps:
23
- uses: actions/checkout@v4
24
+ - name: Install LDAP clients
25
+ run: sudo apt install -y ldap-utils
26
- name: Set up JDK 21
27
uses: actions/setup-java@v4
28
with:
0 commit comments